I need to pass my data object within the intent so that called activity can use that.
But finding no method to add those to the intent.
Can any one please put light in this
Thanks
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.
You will need to make your data object parcelable and send it within the intent.
Check the link below. Hope it will help you 🙂
http://prasanta-paul.blogspot.com/2010/06/android-parcelable-example.html