where will you declare your activity so the system can access it?



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

Post New Answer

More Android OS Interview Questions

Can we deploy executable jars on android?

1 Answers  


Explain IP datagram, Fragmentation and MTU

1 Answers  


By default ui components made in the ui editor should have text defined in file?

1 Answers  


Sqlite database save data in which storage?

1 Answers  


Where are lay out details placed?

1 Answers  


How does auto sync work on android?

1 Answers  


How to disable landscape mode in android?

1 Answers  


Explain the Architecture of Android ?

1 Answers  


 What is NDK?

1 Answers  


What is drawable/ directory?

1 Answers  


Explain ttl (time to live)?

1 Answers  


What is the purpose of android system webview?

1 Answers  


Categories