How to get Resource Id and drawable id with resource name
@vijil you mean like this
listView = this.FindByName("listName");
No.. I have one Image name in a variable and I just want to load that image to a imageview. Drawable Icon = Resources.GetDrawable(weathericonid); imgweathericon.SetImageDrawable(Icon); this code is note working properly. Please help
Answers
@vijil
you mean like this
listView = this.FindByName("listName");
No.. I have one Image name in a variable and I just want to load that image to a imageview.
Drawable Icon = Resources.GetDrawable(weathericonid);
imgweathericon.SetImageDrawable(Icon);
this code is note working properly. Please help