Android Open Source - Development data Android-Global-Parcelable






Project Summary

Serialization in Java was far too slow for Android, so they created the Parcelable class that android developers use to serialize data. The Parcelable approach requires that you explicitly serialize the members of your class, but in the end, you get a.

Web Site / Source Repository

Android-Global-Parcelable is hosted in the following web site
https://github.com/awadalaa/Android-Global-Parcelable

If you think the Android project Android-Global-Parcelable listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Android-Global-Parcelable.

ItemValue
Java File Count6
Target SDK Version14
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar




Java Source Files

Android-Global-Parcelable has the following Java source files.

com.example.exampleglobalparcelable.GlobalParcelable.java
com.example.exampleglobalparcelable.MainActivity.java
com.example.exampleglobalparcelable.NextActivity.java
com.example.exampleglobalparcelable.ObjectA_User.java
com.example.exampleglobalparcelable.ObjectB_ToDo.java
null.GlobalParcelable.java