liguofeng29’s blog

個人勉強用ブログだっす。

2016-01-13から1日間の記事一覧

Androidのweb開発 - HttpURLConnectionでマルチスレッドファイルダウンロード

HttpURLConnectionはURLConnectionのサブクラスである。 拡張されているメソッド int getResponseCode() String getResponseMessage() String getRequestMethod() void setRequestMethod() マルチスレッドでイメージダウンロードサンプルコード ①ダウンロー…