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.
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.
The following table is the detailed list of Android-Global-Parcelable.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 14 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
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