difference between wp_title

Difference between wp_title() and the_title()

Difference between wp_title() and the_title()

In WordPress, both are used to retrieve or displays page and post title but the difference between them is that the wp_title() displays title for all areas while the_title() displays only the page title.

Read More

How To Create Shortcode In Wordpress

How to Create Shortcode in WordPress

Create Shortcode in WordPress

In WordPress, the shortcode API works in a very simple way. If you want to create shortcode in wordpress then just follow these instructions carefully.
Read More

Android Serializable VS Parcelable

Android Serializable vs Parcelable

Android Serializable vs Parcelable

We all have heard about the Android Serializable vs Parcelable . Here you can get the complete information about serializable and parcelable. During the development of an application, we need to move or transfer data from one activity to another. But we cannot do this directly and the data must be included into a corresponding Intent object. So, we need to perform some additional actions in order to make that object suitable for a transfer and our data must be either Serializable or Parcelable.

Read More

How To Install IOS

How to install iOS

Everyone want to know about that How to install IOS. IOS (formerly iPhone OS) is a mobile operating system created and developed by Apple Inc. exclusively for its hardware. It is the operating system that presently powers many of the company’s mobile devices, including the iPhone, iPad, and iPod Touch. It’s the second most popular mobile operating system globally after Android. The IOS user interface is based upon the direct manipulation, using multi-touch gestures.Interface control elements consist of sliders, switches, and buttons.

Read More