Well, I might as well post the fist question.
Does AndParcel allow Android Library project functionality? Meaning, I should be able to include an Android Library project as a parcel correct or no?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have not attempted to use Android library projects, and therefore I cannot state whether or not it works.
IMHO, the two technologies are orthogonal. An Android library project would be used for internal development; a parcel would be used for wider distribution. It is conceivable that there is a reason to distribute an Android library project beyond a single team, but I have no idea what that reason would be, and I have no idea if parcels would be the appropriate means of distribution, compared to publishing your own Maven repo or something.
Further questions regarding the Android Parcel Project probably should go to the cw-android Google Group.