Disable screen capture in android : with complete example

  • 16 Jul 2023
  • 0

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

  • 16 Jul 2023
  • 0

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

  • 16 Jul 2023
  • 0

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

  • 16 Jul 2023
  • 0

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

  • 16 Jul 2023
  • 0

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

  • 19 Jun 2023
  • 1

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...