xamarin android cant find textview by id code example
Example: xamarin get textview by id
var savedAccount = (TextView)FindViewById(R.Id.accountTextView) // NOT SUPPORTED!
foreach (var widgetId in appWidgetIds)
if (SavedAccount.Text == CrossSettings.Current.GetValueOrDefault<string>(widgetId.ToString()))
//here comes the further update