how to Open new screen in Android?
问题 i am new to android and i have created a login page after verifing login i get results true or false on the bases of user authentication now my goal is to show another screen on successful authentication with some new textboxes and button i mean new layout how to achieve this??? any help would be appriciated. 回答1: You want to start new activity. You can read more on initiating new Activities at Android documentation. However you might consider making a "normal" application screen and call