Re: [android-developers] Avoid app force closed issue.

2013-12-02 Thread Mukesh Srivastav
For force close, there could be two reasons. 1. Your application logic might depends on the data you get from the webserver, there you might be doing a parsing with the Null or incorrect data which is causing the force close. 2. While handling the HTTP Connections, make sure you also handle the t

[android-developers] Avoid app force closed issue.

2013-12-02 Thread sree android
Hi friends, some times i am faceing a problum.That is when i am getting data from server using web services ,some times my app is force closed due to low internet peers(Low internet signals).how can i handle this problum and how can i avoid app force close problum. when my app app is force close a