Click here to Skip to main content
15,911,035 members
Articles / Mobile Apps / Android

Get rid of Parcelable Implemention

Rate me:
Please Sign up or sign in to vote.
3.63/5 (4 votes)
4 Jan 2015CPOL 12.9K   4  
In this article we will implement a general Parcelable class and name it ParcelableEntity. Then all other entity class can extend it, then they will be parcelable too. So there is no need to implement Parcelable class for other classes.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions