[android-developers] Changing the row color in ListView

2011-04-28 Thread Nouman Naseer
Hi All, I'm using a listview with customAdapter extending from base adapter. Everything is working fine the data is populating and click events are also firing. Now the scenario is; while I'm downloading the data, that will show up onClick Event of the List, I want to disable the click event and w

[android-developers] Re: How to check network is present or not

2011-04-13 Thread Nouman Naseer
Hi! The code below might help you boolean chkStatus() { boolean flag = false; final ConnectivityManager connMgr = (ConnectivityManager) this.getSystemService(Context.CONNECTIVITY_SERVICE); final android.net.NetworkInfo wifi =connMgr.