Posted inAndroid
Android – findViewById() in a loop
Problem: How do we iterate through all the views(taken in XML layout) programatically? Description: I am sure you don't get the problem exactly. So let me give more idea for the…
There is no easy way to show indentation in ListView/TextView, so here i made a trick and define a drawable to display Bullet at left side of each item of the ListView. And i have defined a custom listview row file and used the same drawable file using android:drawableLeft=”@drawable/bullet”.
Description:
I know many novice android programmer are facing problem to implement multi-column listview or in confusion to implement this kind of view. so let me write here to implement multi columnr listview by using ListView itself.