Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sarnavakonar/newsapplication
- Owner: sarnavakonar
- Created: 2020-11-07T07:09:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T12:48:07.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T23:40:30.774Z (3 months ago)
- Topics: android, dagger2, dagger2-android, espresso, kotlin, mvvm, mvvm-android, mvvm-architecture, room, room-persistence-library, rxjava, rxjava2-retrofit2, ui-design, ux-design
- Language: HTML
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple Android application that follows the latest technologies like -
- MVVM Design Pattern
- Room
- RxJava
- Dagger2
- EspressoThis 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