Hi at all, I read some tutorial about the object of this topic (Passing object via intent) there tutorial said that there are two way:
1) My object must implement Parcelable Interface 2) I have to move my object static, for share data between activities. I have to share an ArrayList<myType> and I am a little bit confused about the second way, the question is: - using the second solution what may happens if the activity which share static object is killed by the OS ? Thanks a lot pedr0 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

