Posted inAndroid
Android – check Internet connection
Problem: How To check whether the device has network connection or not? Solution: Update: This will work for both Emulator & Device. I got this helpful information from this SO…
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.