Android Reddit clone

Reddit clone

About

It simply loads list of post with pagination from Reddit Api ( https://www.reddit.com/r/android/ ) and stores it in persistence storage (i.e. Room Database).

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Room - SQLite object mapping library.
    • Paging - Helps to load and display small chunks of data at a time
  • Dagger 2 - Dependency Injection Framework
  • Epoxy - library for building complex screens in a RecyclerView
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Gson - A modern JSON library for Kotlin and Java.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.