Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarnavakonar/newsapplication

A news application made using MVVM, RxJava, Dagger2, Room, Espresso
https://github.com/sarnavakonar/newsapplication

android dagger2 dagger2-android espresso kotlin mvvm mvvm-android mvvm-architecture room room-persistence-library rxjava rxjava2-retrofit2 ui-design ux-design

Last synced: 27 days ago
JSON representation

A news application made using MVVM, RxJava, Dagger2, Room, Espresso

Awesome Lists containing this project

README

        

This is a simple Android application that follows the latest technologies like -
- MVVM Design Pattern
- Room
- RxJava
- Dagger2
- Espresso

This is a news app that fetches news from the server, saves them locally (via room db) and displays them in a list.
Api call is made by Retrofit with RxJava. Architecture followed is MVVM and Dagger is used for dependency injection.
UI test cases are written using Espresso