/Android-Clean-Architecture-MVP-Dagger-RX

Implemented by Clean Architecture, Dagger2, MVP, RX, Retrofit2, Espresso, Mockito

Primary LanguageKotlin

Post

A Simple Android Mobile Application which has been implemented using Clean Architecture alongside MVP design.

The App Scenario

Used the following REST API, develop a simple application that fetches the posts from the API and displays them in a list. The API is here: https://jsonplaceholder.typicode.com/posts Then:

  1. List can be filtered by typing text into a text box - filter by title using contains()
  2. When a list item is clicked, the app displays a dialog showing the post ID

Supported Android Versions

android versions targeted:

  • Android 4.0.3 Ice Cream Sandwich(API level 15) or higher

Used libraries

  1. GitHub - retrofit
  2. GitHub - gson
  3. Github - Multidex

Technologies which used:

  • Dagger2
  • RX
  • Espresso
  • Mockito

Version History

  • 1.0 (07/06/2019)- Initial implementation

Author

@ZARA