Sometimes we may need to display our activity in a fullscreen mode without the status and title bars in our applications. There are many ways to accomplish this purpose in Mono for Android applications, but we will show 2 of them in this post.
1. Declaratively
By using the custom attribute:

2. Programmatically
By setting the properties directly in the activity class:
