Quantcast
Channel: EmotiCODE - Snippets and Source Code Search Engine
Viewing all articles
Browse latest Browse all 110

Android SDK - HTTP helper class for Android SDK

$
0
0
public class HttpHelper { private static final int CONNECTION_TIMEOUT = 30000; private static final int SOCKET_TIMEOUT = 10000; public static String GET( String uri ){ HttpParams params ...

Viewing all articles
Browse latest Browse all 110

Trending Articles