Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.03 KB

README.md

File metadata and controls

33 lines (27 loc) · 2.03 KB

RedditLoader

A Reddit Image Loader with custom image loader library and multimodule setup.

You can Install and test latest RedditLoader app from below 👇

Reddit Loader

Screen_1 Screen_2

About

  • It load the imagees from Reddit API.
  • It loads the image Asynchronously and uses the custom ImageLoader.
  • It have multimodule setup with incremental compile time speed.

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.
  • Retrofit - A type-safe HTTP client for Android and Java.
  • ImageLoader - A custom made image loader library by Rohan Singh
  • Moshi Converter - A Converter which uses Moshi for serialization to and from JSON.