Disable screen capture in android : with complete example
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 Galle...
Overriding the View.GONE assignment with the View.INVISIBLE
The following are Jave code examples for showing how to use setVisibility() of the android.widget classes. Overriding the View.GONE assignments
How to create dynamic string in Android with example
Method for add some dynamic value to any string either value can string or integer. First of all create a resource in your string.xml.
Spinner with search option in android - with example
Hello, Let's see the above example for your awesome dropdown list to search. Searchable Spinner is a dialog spinner with the search feature which allo...
Passing data to Activity and Fragment in Android - Example
Sometimes we need to send some valuable data to another activity or fragment, So, when passing data to an activity or a fragment in Android, the Bundl...
Grid In Android with RecyclerView with Complete Guide
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 th...



