Beispiel #1
0
 public void UpdateSimpleFragment(ManagedSimpleFragment fragment, string text)
 {
     ((TextView)fragment.View.FindViewById(Resource.Id.managedSimpleFragmentTextView)).Text = text;
 }
Beispiel #2
0
        public ManagedSimpleFragment CreateSimpleFragment(Context context)
        {
            ManagedSimpleFragment fragment = new ManagedSimpleFragment();

            return(fragment);
        }