java - How do I add an xml file that I created in the setcontentview() function -


i have created xml file in android project called calc.xml im not able give xml file in setcontentview() function must done?

normally way:

@override protected void oncreate(bundle savedinstancestate) {     super.oncreate(savedinstancestate);      setcontentview(r.layout.calc); } 

post code please, if problem still there.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -