Skip to content Skip to sidebar Skip to footer

Android Application Crashing On 3g, Slow Connection, But Works Over Wifi

Im optimizing a simple android app that uses HTTP GET calls (with Apache HttpClient) to read data from a web server. The data that is transferred is in JSON format. The application

Solution 1:

you are getting too much data in response so there might be possibility that in slow Internet connection connection get close Either use better Volley or Retrofit

You can provide your own timeout and provide success and failure callback for network call

Post a Comment for "Android Application Crashing On 3g, Slow Connection, But Works Over Wifi"