- create your own Class and extend it from Activity
- implement the method OnCreate() in your activity
- create your view using Layout file
- use Activity.setContentView() to set the above created view to your application.
- declare the the same Activity in the AndroidManifest.xml File
- declare intent-filter for the activity (optional).
No comments:
Post a Comment