エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
tachesimazzoca - Wiki | Activity
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
tachesimazzoca - Wiki | Activity
Overview http://developer.android.com/guide/components/activities.html this vs. getApplicationCon... Overview http://developer.android.com/guide/components/activities.html this vs. getApplicationContext 様々な API に Context インターフェイスを渡すことがある。 http://developer.android.com/reference/android/content/Context.html Activity は Context を継承しているため、アクティビティ自身の this を渡しても動作するが、getApplicationContext との使い分けを意識する必要がある。 this は、アクティビティのライフサイクルと連動する getApplicationContext は、アプリケーションのライフサイクルと連動する 単に Context として、アクティビティ自身