a simple android app , tried code change textview.text string in resources file, , approach :
private void btnclickme_click(object sender, system.eventargs e) { textview txtview = findviewbyid<textview>(resource.id.textview1); txtview.text = "@string/someword"; }
any help!
try code,
text.text = resources.getstring(resource.string.app_name);
Comments
Post a Comment