オープンソースの力

ITエンジニア、特にネット起業したい人向けブログです。

毎日OSSと起業会社紹介

Androidでネットワークがリターンしたデータを..

オープンの力

Androidでネットワークがリターンしたデータを取得する
投稿者: 敏@opentikara ON 日, 12月 29, 2013

public static String getString(String urlpath) throws Exception {

URL url = new URL(urlpath);

try {

HttpURLConnection conn = (HttpURLConnection) url.openConnection();

投稿を見る   »