database-debugging
There are 4 repositories under database-debugging topic.
guolindev/Glance
A simple and handy Android database debugging library.
AmrAbdelhameed/NYTimesMostPopularArticles
A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, DataBinding and Navigation Component.
AmrAbdelhameed/NYTimesMostPopularArticles-JavaVersion
A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, RxJava2, LiveData, RoomDatabase, Database Debugging, DataBinding and Navigation Component.
AmrAbdelhameed/PopularPeople
A simple app to hit the Popular People API and show a list of (artists, directories ..etc), that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/add people to favorite list that implements MVVM architecture using Clean Architecture, Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, DataBinding, Navigation Component and Unit Testing.