示例#1
0
        void OnItemClick(object sender, int position)
        {
            var intent = new Intent(this, typeof(ContentActivity));

            intent.PutExtra("result", ViewModel.SerializeOffer(position));
            StartActivity(intent);
        }