Пример #1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            // Use our own list adapter
            ListAdapter = new SpeechListAdapter(this);
        }
Пример #2
0
		protected override void OnCreate (Bundle bundle)
		{
			base.OnCreate (bundle);

			// Use our own list adapter
			ListAdapter = new SpeechListAdapter (this);
		}