Hi Vivek, If you are working on the Honeycomb or higher vesrsion of android then you can not do any long running or networking task in main thread. you have to handle this tasks using AsyncTask<http://developer.android.com/reference/android/os/AsyncTask.html>class. please read the documents it will be more clear to you.
Thanks Juned Khan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

