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

How To Install Android

How to Install Android

How to Install Android

In this blog , we explain you that how to install android. Android is a mobile operating system developed by the Open Handset Alliance, led by Google, and other companies. It is depend on a modified version of the Linux kernel and other open source software. It is designed primarily for touchscreen mobile devices such as smartphones and tablets. Read More

Android Service VS IntentService

Android Service vs IntentService

Android Service vs IntentService

In this blog, we will explain about the Android Service vs IntentService. Service is a base class of service implementation and runs in the application’s main thread that may reduce the application’s performance while Intent Service is a direct subclass of Service that makes things easier. The Intent Services is used to perform the certain task in the background.

Read More