Custom Listview in Android
Today we will learn how to create a custom designed listview in android which will be scrolling smoothly. So lets do it. First take a listview in your xml layout and give a id. If you dont know what is…
Today we will learn how to create a custom designed listview in android which will be scrolling smoothly. So lets do it. First take a listview in your xml layout and give a id. If you dont know what is…
Today we will see how to get rid of findViewById in android. There is no third party library is needed for this. It can be done easily by using default databinding in android. Step 1: To do this first open…