Hey guys in this android tutorial i am going to demonstrate how to create a fullscreen android activity in android. This is a quick tip android tutorial.
Let’s start :)
Go to file –> New and select Android Application Project and then simply give it a name and create a new android project.
Now! open AndroidManifest.xml and then simply open its xml format.
Now in activity simply add the following code.
If you have any questions then feel free to make a comment!
Creating FullScreen activity in android
Let’s start :)
Go to file –> New and select Android Application Project and then simply give it a name and create a new android project.
Now! open AndroidManifest.xml and then simply open its xml format.
Now in activity simply add the following code.
android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen"And make sure that your API level is 13 else it will not work! Now simply save your project and run it :)
If you have any questions then feel free to make a comment!
No comments:
Post a Comment