How to call a method after a delay with handler

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 Handler() for that. It's so simple, you can create an Object of Handler() method or you can use directly. Let'

Read More

Exception handling in php

Exception handling is used to change the normal flow of the code execution if a specified error (exceptional) condition occurs. This condition is called an exception. PHP has an exception model similar to that of other programming languages.

Read More

Explode string by last occurrence and get first part

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 occurrence at getting the first part of the string in a single line. This who;e process will be done using Explod

Read More

Refresh a fragment list from activity

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 to Refresh a fragment list from an activity of all any method.

Read More

Case-insensitive replaceAll in Java

How to replace case insensitive substrings in Java. Normally we replace string by any character or any special character or whatever we want, but sometimes we want to replace a word in the whole string by case insensitive

Read More

Arrange list items using drag and drop jquery

Hello, Today I am going to show you one amazing jQuery example for Arrange list items using drag and drop jQuery. Dragonfly JS is a tiny vanilla JavaScript library

Read More

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.

Read More

CSS underline animation left to right

Hmmm, Let's do it by some steps. These are CSS steps to run your underline from left to right. This is so simple, you just need to add your @keyframes in the stylesheet.

Read More

Top 10 free WordPress plugins for bloggers

According to me, you have just created a new WordPress blog and wondering what are the best WordPress plugins you should need to install? If the answer is YES, then clicked on the correct URL.

Read More