Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.52 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.52 KB

CovidTracker

A Covid cases tracking Android app built for learning purposes. This app uses Covid public API to fetch the relevant covid cases data about the searched country. If the user visits the searched country covid details page, it saves the visited country details data in the history section using the Realm Mongo Database.

This project is based on MVVM architecture and has a beautiful UI.

Dagger, Architectural Components, RxJava, Lifecycle-Aware componentes, LiveData, ViewModel, Retrofit, Realm Mongo Database & Material Design.

.

App interface:-

Splash screen

Empty Home page and Search list screen.

With animation on Home screen.

No result Screen & normal Search screen with history.

Details Screen with pie graph.