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.
Read MoreHow To Call Native Java Methods From Webview Javascript
When any developer developing an Android app based on Webview, that time developer faces a number of problems. So, this post is based on one of that issue, which is - How to call native Java methods from Webview Javascript.
Read MoreExpandable list view in android example
This is a wonderful example to show you, how to create an expandable list view in android. This is an awesome component to convert your JSON/XML data to represent in a respective manner.
Read MoreNavigation 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.
Read MoreAndroid Collapsing Toolbar With Image
This pattern of Collapsing Toolbar Layout is a popular scrolling technique. In familiar terms, you can see this on several apps with a profile detail screen.
Read MoreAutofit grid layout Recyclerview
Recycler view is the powerfull android tool to create a list as well as a grid in android. Nowadays, the Autofit grid layout RecyclerView is trending just because
Read More