Posts

RecyclerView In Android

Image
RecyclerView In Android In this tutorial you will learn how to use RecyclerView in Android.Android RecyclerView is more advanced version of ListView also it gives a better performance. RecyclerView is mostly used to design the user interface with the fine-grain control over the lists and grids of android application.If you like to connect login with this application please view my blog regarding login using android. For this tutorial you have to make an drawer activity.So create a drawer activity and named as dashboard. In this tutorial we are going to learn how to render a simple RecyclerView with a custom layout. We’ll also learn how to create an adapter class. The RecyclerView we are going to design contains list with images ,a textview which contains name and also a id ,which is invisible.Lets check the code of the activity_dashboard2.xml (save the xml file as activity_dashboard2.xml ). <?xml version="1.0" encoding="utf-8"?> <androidx.d...