1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android アプリ備忘録

Last updated at Posted at 2015-12-25

イベント処理
・AndroidAnnotations

HTTP通信
・OkHttp
・HttpURLConnection
・Volley
・org.apache.http(deprecated in Android 5.1)
・AndroidHttpClient(deprecated in Android 5.1)

APIのレスポンス
・JSON
・XML

非同期処理とプログレスバーの書き方
※メインスレッドからネットワーク通信ができないので
・AsyncTask
・ProgressDialog

サポートライブラリ
※新しい API level で追加された機能を古い API level でも使用できる
 android.support.v4とか

Facebook SDK導入
※ここでも英語力が必要になる
・Boltsが必要?

Maven Central Repository は Java の依存関係を管理するための主要なホストです。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?