/android-samples

Some Android SDK samples that can be reused for your applications

Primary LanguageJavaApache License 2.0Apache-2.0

Welcome to Android samples.

In this repository you'll find some samples built Android SDK that you can reuse for your applications.

Big JSON in RecyclerView

The idea is to download a big JSON over HTTP GET (JSON size is 8mo and contains 30.000 records).

The images will be downloaded asynchronously during scrolling.

The goal is to test the performances of the most used component in Android.

Used components:

  • Android RecyclerView
  • Android CardView
  • ButterKnife
  • Picasso
  • Gson
  • Android Async Http library

Source code available here.