Disable screen capture in android
Generally, when you take a screenshot, you will see a Screen Capture notification in the notification bar and you can see that screenshot in the Gallery app if you click that notification.
Navigation drawer layout with an event listener
The navigation drawer can be implemented by using the Drawer Layout widget. In the layout of your activity, you should define the DrawerLayout element.
How to replace whole word with Word Boundaries in Java?
If you want to replace the whole word with the word boundaries in a string. For this, we use "\b" regular expression token which is called a word boundary. It usually matches at the start or the end of a word.
Grid In Android with RecyclerView
RecyclerView is a powerful tool to draw lists or grids in your android application, When RecyclerView is not there then the user needs GridView for the grid.
How to add Firebase in android app
This firebase android tutorial is a complete setup guide. You will learn How to add Firebase in the android app.
Start Another Activity In Same App
Now we are going to learn how to open another activity in the android application. In other languages, I can say how to navigate to another page in the android application.