Esempio n. 1
0
        protected override sealed void OnCreate(Bundle bundle)
        {
            AndroidFunctions.EasyAttributeSetup(Resources.DisplayMetrics.Density, toggleKeyboard);

            createApp();

            base.OnCreate(bundle);

            SetContentView(contentViewId);

            VolumeControlStream = global::Android.Media.Stream.Music;

            this.editText              = FindViewById <EditText>(editTextId);
            this.editText.TextChanged += editText_TextChanged;
            Window.SetSoftInputMode(SoftInput.StateAlwaysHidden);
        }
Esempio n. 2
0
 /// <summary>
 /// Helper function to output some debugging info about the current runtime.
 /// </summary>
 protected void printRuntimeInfo()
 {
     AndroidFunctions.OutputCurrentABI();
 }