Hi all,Today in android programming we are going to learn how to hide status bar and to make a specific activity fullscreen. For that you just have to set some flags in onCreate method of the activity.The procedure is different for older android devices with Api less than 16 and for newer devices with above Api 16.
We can use the below code
0 comments:
Post a Comment