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

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

How To Reverse An ArrayList In Java

In this post, we will see how to reverse an ArrayList in Java by creating a copy of it. In reverse order without altering the ordering of elements in the original list.

Read More

Laravel project with admin panel for blogging

A complete Laravel project with admin panel for blogging. This project help you to build your bolg faster. Try it once.

Read More

Convert an array to tree View Jquery

If you have an array of data in a format of parent and child relationships, then you can convert an array to tree View with the help of jQuery.

Read More

How to Remove Year And Month from Blogger URL

Yes, it is possible to remove a year and month from the blogger post URL. Removing a date from the blogger post URL will make your website URL like WordPress URL. This will make your post URL professional URL like a WordPress site.

Read More

Top 50 MySQL Interview Questions and Answers

In this article, we’ve covered 50 Basic MySQL Questions, again we are here with another set interview questions for intermediate users. As we said earlier these questions can be asked in Job Interviews.

Read More