Quantcast
Channel: Programujte.com – fórum – programování – Java
Viewing all articles
Browse latest Browse all 1078

Java → Problém s HttpClient v Androidu

$
0
0
Zdravím, snažím se napsat program, který by mi stáhnul data z internetu, ale nefunguje. public String getInternetData() throws Exception{ BufferedReader in = null; String data = null; try{ HttpClient client = new DefaultHttpClient(); URI website = new URI("http://www.google.com"); ...
Založil hejnallukas; 1 názor, poslední před 4 hodinami – nevyřešeno

Viewing all articles
Browse latest Browse all 1078