/android-demo

This is a simple Android 7 app written in just a few hours in 2017. It fetches a json file from an external URL in order to display the content as list and was made for demo purposes only.

Primary LanguageJavaMIT LicenseMIT

ANDROID DEMO

This is a simple Android 7 demo written in just a few hours in 2017. The app has a pure demostration purpose and isn't up to date anymore. Nevertheless, the following code qualitity ensurance tools have been included.

FEATURES

  • Loads a JSON file containing contact person data from an external URL with Retrofit
  • Displays fetched contact person data in a scrollable and dynamically cached list by the use of Glide
  • Fetches and displays the users photos asynchronously from an different URLs.
  • Shows a detailed view of the user data on click