A Simple Android Mobile Application which has been implemented using Clean Architecture alongside MVP design.
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:
- List can be filtered by typing text into a text box - filter by title using contains()
- When a list item is clicked, the app displays a dialog showing the post ID
android versions targeted:
- Android 4.0.3 Ice Cream Sandwich(API level 15) or higher
- Dagger2
- RX
- Espresso
- Mockito
- 1.0 (07/06/2019)- Initial implementation
@ZARA