Loaders interview questions and answers
What are Loaders in Android?
Loader API was introduced in API level 11 and is used to load data from a data source to display in an activity or fragment. Loaders persist and cache results across configuration changes to prevent duplicate queries.
Checkout the Sample Implementation.
Comments
Post a Comment