adspace
where will you declare your activity so the system can access it?
Answer Posted / Abdhesh Kumar
You declare an activity in the androidmanifest.xml file by using the <activity> element. Within this element, you specify details like the name of the class that implements the activity, the intent filter for the activity's actions, and categories.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers