Team Leader Android Developer Question:

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

Tweet Share WhatsApp

Answer:

Activity is to be declared in the manifest file. For example:

☛ <manifest></manifest>
☛ <application></application>
☛ <activity android:name=”.MyIntellipaat”>

Download Team Leader Android Developer PDF Read All 67 Team Leader Android Developer Questions
Previous QuestionNext Question
Explain me what is an implicit Intent?Tell me where can you define the icon for your Activity?