Amit Pandey's post page #22

How To Create a Snackbar / Toast Bootstrap

  • 20 Mar 2023
  • 1

Hi, Sometimes we need to show a piece of information to the user as a popup, but I can't use the Bootstrap modal for that. So that time we need to cre...

How To Call Native Java Methods From Webview Javascript

  • 20 Mar 2023
  • 0

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

Getting the screen density programmatically in android

  • 20 Mar 2023
  • 0

Getting the screen density programmatically in android

How do I hide an element when printing a web page

  • 20 Mar 2023
  • 0

Sometime we need to show all content on the web page but hide some content for the print. So, you can use this trick for that.

How to find prefix and suffix of the word in javascript

  • 20 Mar 2023
  • 0

First of all, you have to know that how to get the currently selected text on the page by using the JavaScript. So, Javascript provided a method for r...

How do you Encrypt and Decrypt a PHP String

  • 20 Mar 2023
  • 0

Mcrypt is a replacement for the popular Unix crypt command. crypt was a file encryption tool that used an algorithm very close to the World War II Eni...

How to call a method after a delay with handler

  • 20 Mar 2023
  • 0

Hi, sometimes we need to execute my method or we can say my function after a time delay. In that situation what can I do? So the answer is - Use Handl...

Explode string by last occurrence and get first part

  • 20 Mar 2023
  • 0

Some of the cases we need to split any string or it may be my URL to split. Now I am explaining to you, how to explode the string by the last occurren...

Refresh a fragment list from activity

  • 20 Mar 2023
  • 0

If you want to call any method of Fragment from your activity then you need to implement INTERFACE. So now I am going to introduce Interface example t...