NYTimesTest

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

Libraries

  1. Model–view–viewmodel (MVVM) architectural pattern
  2. Offline supported (With Shared Preferences)
  3. Retrofit server call
  4. UI & functions tested using JUnit & espresso
  5. NDK/C++ secure api key and urls
  6. DataBinding: https://developer.android.com/topic/libraries/data-binding