android - Add a Button and Add String Resources -
i new world of android app creation. going through tutorials. having trouble adding strings , buttons. great. thanks
to add button lets "id" "button1"
declare on main activity below.
button submit = (button)findviewbyid(r.id.button1);
// of yout button found in ur xml file.
Comments
Post a Comment