RecyclerView’s main purpose is to render lists of data. That data can be fetched from anywhere, including memory, hard disk, database and over network. There is no guarantee that we will find that data when we are attempting to fetch ...
Home/recyclerview
Latest Concepts
Oclemy
Shared a concept on: In: Android Components
The concept covered here is loading of images from external storage or file system and rendering them in an adapterview like ListView or RecyclerView.
Oclemy
Shared a concept on: In: Local Databases
The concept here is SQLite usage with recyclerview. Add more examples to this concept if you have any.