where will you declare your activity so the system can access it?
Answer / 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 |
Can we deploy executable jars on android?
Explain IP datagram, Fragmentation and MTU
By default ui components made in the ui editor should have text defined in file?
Sqlite database save data in which storage?
Where are lay out details placed?
How does auto sync work on android?
How to disable landscape mode in android?
Explain the Architecture of Android ?
What is NDK?
What is drawable/ directory?
Explain ttl (time to live)?
What is the purpose of android system webview?