Android
-
Posted On Android
Work Manager in Android
Work Manager in Android helps us perform tasks that we need to perform irrespective of whether the app is running or not.
-
Posted On Android
An overview of Linear Layout in Android, including attributes and examples
An overview of Linear Layout in Android, including attributes and examples
-
Posted On Android
Recycler view with example for beginners in Android
RecyclerView is a ViewGroup in Android that allows you to display large data lists efficiently. It is a successor to the ListView and GridView, offering…
-
Posted On Android
An Android tutorial for showing API data using Retrofit Library
An Android tutorial for showing API data using Retrofit Library
-
Posted On Android
An Android tutorial for using Glide image loading library
In Android, loading images is difficult as you have to deal with network requests, image caching, and image memory. Another big challenge while caching an…