Re: [android-developers] How are big android applications managaging and optimizing network calls specially for poor networks like 2g ?

2016-01-13 Thread 'Jean-Baptiste Queru' via Android Developers
blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Your biggest problem on a 2G network might actually be latency. Resolving DNS, establishing a TCP connection, negotiating TLS

[android-developers] How are big android applications managaging and optimizing network calls specially for poor networks like 2g ?

2016-01-12 Thread gjs
Hi, Look at the existing reference materials already provided eg http://developer.android.com/training/efficient-downloads/index.html http://developer.android.com/training/efficient-downloads/efficient-network-access.html http://developer.android.com/training/basics/network-ops/index.html

[android-developers] How are big android applications managaging and optimizing network calls specially for poor networks like 2g ?

2016-01-11 Thread Anshul Jain
Today most of the applications use internet in some way or the other. But in a country like India, network is the one of the major issues for most of the users. Most Indian users are still on mobile networks rather than Wifi. Even networks like 3g tend to be very slow. So in this scenario,