Image Gallery App with Example Android
In this tutorial, we will learn how quickly we can build a simple image gallery app in Android using an Adapter. We'll be making an image gallery app, which is…
0 Comments
August 15, 2021
In this tutorial, we will learn how quickly we can build a simple image gallery app in Android using an Adapter. We'll be making an image gallery app, which is…
In this tutorial, we will learn how to use RecyclerView using GridView in Android with Kotlin language. A RecyclerView is an advanced version of a ListView that performs better. According to the…
In this tutorial, we will learn how to use android cardView and how to combine CardView and RecyclerView. CardView is a new Android widget that can be used to display…