> For now you could loop through the items and add them as strings. If
> your array will change in length, add an int first to tell the reciver
> how many array strings to loop through.

Good idea

> I know it isn't ideal...

True ... but then it's functional.

> Are you accessing the parcel from an aidl file?

No I'm not but I am usining the class I'm passing through in a lot of
places and it carries data that will end up in a SQLite database - I
just want to enforce a little type safety on my code... rather than
just pass through a heap of ints and Strings and hope I dont make
errors.

Thanks for the idea:)

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to