Example #1
0
 protected override void OnCreate(Bundle savedInstanceState)
 {
     base.OnCreate(savedInstanceState);
     ActiveContext.RegisterContext(ActiveInfo);
 }
Example #2
0
 protected override void OnResume()
 {
     base.OnResume();
     ActiveContext.RepalceContext(ActiveInfo);
 }
Example #3
0
 public ActiveActivity()
 {
     ActiveInfo = new ActiveContext(this);
 }