Steps to add another activity to an existing Android Project
1) Open AndroidManifest.xml from Package Explorer for the given Android Project. Then Click on the "Application" tab of the Manifest editor.
2) Click on the Add button under Application Nodes. From the popup window select Activity and then click OK.
(In case you get a radio button selection then choose to create a new top-level element)
3) Click on Name* link under Attributes for Activity
4) Add Java Class name basically the new Activity name and then click Finish.
5) All done! You have your new activity open in the Editor Window.
Save your AndroidManifest.xml file.
No comments:
Post a Comment
NO JUNK, Please try to keep this clean and related to the topic at hand.
Comments are for users to ask questions, collaborate or improve on existing.