Build 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).
This project was built on (Android Studio Canary Bumblebee):https://developer.android.com/studio/preview
- Model–view–viewmodel (MVVM) architectural pattern
- Offline supported (With Shared Preferences)
- Retrofit server call
- UI & functions tested using JUnit & espresso
- NDK/C++ secure api key and urls
- DataBinding: https://developer.android.com/topic/libraries/data-binding