Best android open-source packages and libraries.

EndlessRecyclerView

This is the example of how you implement Recyclerview with infinite length of data. Also when data is loading then there is an animated loading view in this
Updated 2 years ago

EndlessRecyclerView

This app is display the popular movies according to TheMovieDB. When user scroll the list and reach the end of the list item then in background next network request is called to fetch next data of movies. alt text alt text alt text alt text The Movie Database (TMDb) is a community built movie and TV database. here is the link https://www.themoviedb.org/

#Getting Started Android Studio 3.0 Android SDK

#Depandency implementation 'com.squareup.retrofit2:retrofit:2.1.0' implementation 'com.squareup.retrofit2:converter-gson:2.1.0' implementation 'com.github.bumptech.glide:glide:3.7.0' implementation 'com.android.support:cardview-v7:27.1.0' implementation 'com.android.support:recyclerview-v7:27.1.0' implementation 'com.squareup.okhttp3:logging-interceptor:3.3.1'