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..
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.
The following table is the detailed list of Easy-Parceling.
Item | Value |
---|---|
Java File Count | 17 |
Target SDK Version | 13 |
Minimum SDK Version | 3 |
Activity Count | 2 |
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