Blog

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
about Android Serializable vs Parcelable

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
about How to install iOS

PHP magic functions

PHP Magic Functions

PHP magic functions are the methods that have some special names and starting with two underscores and will be triggered in response to particular PHP events.

These magic functions are as follows:

Read More
about PHP Magic Functions

PHP Date Time Functions

PHP 5 Date/Time Functions

In PHP 5, the date/time functions allow us to get the date and time from the server where our PHP script runs. We can easily use the date/time functions to format the date and time in different ways. As being a part of the PHP core, no installation is required to use these functions.

Read More
about PHP 5 Date/Time Functions