Joined April 2013
·
Posted to
Never run a network call on a UI thread
over 1 year
ago
@dpashkevich Yes I/O calls too may take time hampering user experience!!!
Posted to
Never run a network call on a UI thread
over 1 year
ago
@drabiter Async ??? any network calls may cause a delay...earlier versions of android allowed this, but newer versions will throw a "network on main thread" exception
@drabiter yes Async class is a solution!!! :)