Sample application that shows a Big JSON download and display in a RecyclerView
This is a Native Android application and 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 librarySource code available in GitHub: https://github.com/anaselhajjaji/android-samples/tree/master/JsonRecyclerView