Posted inAndroid
Android – Get Current Date and Time
Problem: How to get current current date and time in Android? Description: For fetching current date and time, we use Calendar class to get the current instance of system clock…
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.