Giter Site home page Giter Site logo

cybernetics / gallerit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from auron567/gallerit

0.0 2.0 0.0 2.14 MB

A sample Android gallery to search images posted on Reddit built using modern Android development tools (Architecture Components, MVVM, Coroutines, Flow, Navigation, Retrofit, Room, Koin)

Kotlin 100.00%

gallerit's Introduction

Gallerit



Gallerit is a small demo application that presents a modern approach to Android development with up to date tech-stack. The goal of the project is to demonstrate best practices using modern Android development tools and presenting an architecture that is scalable, maintainable, and testable.

Project characteristics

Libraries

  • Coroutines - For managing background threads.
  • Flow - A cold asynchronous data stream that sequentially emits values.
  • StateFlow - A Flow that represents a state with a single updatable data value.
  • Jetpack
    • ViewModel - Store UI-related data that isn't destroyed on app rotations.
    • LiveData - Build data objects that notify views when the underlying database changes.
    • Lifecycle - Create a UI that automatically responds to lifecycle events.
    • Navigation - Handle everything needed for in-app navigation.
    • Room - Access your app's SQLite database with in-app objects and compile-time checks.
  • Retrofit2 - A type-safe HTTP client.
  • Glide - An image loading and caching library.
  • PhotoView - Implementation of ImageView that supports zooming.
  • Koin - A pragmatic lightweight dependency injection framework.
  • Timber - A logger with a small, extensible API.
  • MockK - Mocking library for Kotlin.
  • Kotest - Powerful, elegant and flexible test framework for Kotlin.
  • and more...

Architecture

Gallerit is based on MVVM architecture, fetching data from the network and integrating persisted data in the database via repository pattern.

Reddit API

Gallerit uses the Reddit API to load images on the gallery screen.

Getting started

There are a few ways to open this project.

Android Studio

  1. Android Studio -> File -> New -> Project from Version Control
  2. Enter https://github.com/auron567/Gallerit.git into URL field

Command line + Android Studio

  1. Run git clone https://github.com/auron567/Gallerit.git
  2. Android Studio -> File -> Open

Contribute

If you want to contribute to this application, you're always welcome! You can contribute by filing issues, bugs and PRs.

gallerit's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.