Skip to content

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.

Notifications You must be signed in to change notification settings

Carrotman42/Easy-Parceling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Easy-Parceling

A project that helps simplify and streamline the data layer of any Android-based project.

Consists of a project to facilitate automated generation of boilerplate code needed to serialize, parcel between activities/fragment, and read from/write to XML files as well as an example/test project that contains a few needed helper classes.

All in all, using this project will greatly increase the rate at which the data layer can be written, ridding the nee of programmers to serialize and deserialize fields by hand, as well as removing the need of nearly-repeated code when writing logic to make objects Parcelable.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages