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

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

Top Reasons to Choose Swift Over Objective-C for iOS App Development

Everyone is trying to craft the next big iOS app, but developing on Apple’s platform requires experience in niche programming languages like Swift or Objective-C.

Read More

Set background image randomly from gallery in android

Hmm, I think you want to show the background image in your open activity view. But you want to show this one from your gallery and it should be selected randomly from your gallery. If Iam right then you are in right place.

Read More

Expandable list view in android example

This is a wonderful example to show you, how to create an expandable list view in android. This is an awesome component to convert your JSON/XML data to represent in a respective manner.

Read More