Quantcast
Channel: JavaPins - Stories tagged with default
Viewing all articles
Browse latest Browse all 4

How to set default activity for Android application

$
0
0
In Android, you can configure the starting activity (default activity) of your application via following “intent-filter” in “AndroidManifest.xml“. See following code snippet to configure a activity class “logoActivity” as the default activity. File : AndroidManifest.xml
Pin it

Viewing all articles
Browse latest Browse all 4

Trending Articles