Chris Banes released a library recently based on Johan Nilsson's library that implements a PullToRefreshGridView widget. I have tried it and it perfectly works!
I'm building an app that loads images from JSON and displays them as grid view.
the problem is that there are hundreds of images and i want to load 20 each time,
I want to download more pictures from the server …
I know that RecyclerView has replaced the functionality of the old ListView and GridView. I am looking for a very basic example that shows a minimal grid setup using RecyclerView. I am not looking for long tutorial style explanations, just …