Skip to content

Instantly share code, notes, and snippets.

@wilfrem
Created June 29, 2013 08:50
Show Gist options
  • Save wilfrem/5890421 to your computer and use it in GitHub Desktop.
Save wilfrem/5890421 to your computer and use it in GitHub Desktop.
Xamarin AndroidでApplicationクラスを作成する方法

Xamarin AndroidでApplicationクラスを作成する方法

多分目的

  • なんか各ActivityでGlobalに使えるコンテキスト的なクラスが欲しいんじゃね?という時に使う

やり方

  • Applicationを継承したクラスを作る
  • protectedなコンストラクタ(引数ついてる方)を呼び出せるようなpublicなコンストラクタを使う
  • Application属性を付ける(勝手にAndroidManifestに追記してくれます)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment