Android Open Source - UI fragment Easy-Parceling






Project Summary

A project that helps simplify and streamline the data layer of any Android-based project. Has support for automatically generating boiler-plate code needed to save objects to permanent storage, Parcel objects for easy transfer between Activities and Fragments, and reading/saving data to XML files..

Web Site / Source Repository

Easy-Parceling is hosted in the following web site
https://github.com/Carrotman42/Easy-Parceling

If you think the Android project Easy-Parceling 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 Easy-Parceling.

ItemValue
Java File Count17
Target SDK Version13
Minimum SDK Version3
Activity Count2




Java Source Files

Easy-Parceling has the following Java source files.

com.ksoft.easy.EasyParcelableActivity.java
com.ksoft.easy.TestActivity.java
com.ksoft.easy.TestEasy.java
com.ksoft.easy.TestXml.java
com.ksoft.serialization.Deserializer.java
com.ksoft.serialization.EasySerializable.java
com.ksoft.serialization.EasySerializableBase.java
com.ksoft.serialization.ParcelDeserializer.java
com.ksoft.serialization.ParcelSerializer.java
com.ksoft.serialization.Serializer.java
com.ksoft.serialization.StaticDataReader.java
com.ksoft.serialization.StreamDeserializer.java
com.ksoft.serialization.StreamSerializer.java
com.ksoft.serialization.XmlRecreatable.java
com.ksoft.serialization.XmlRecreatableBase.java
null.Main.java