But when you say "process" you are talking about the activity? I think yes but I ask for confirm.
On 25 Nov, 17:06, Kostya Vasilyev <[email protected]> wrote: > If the process is killed, then everything is gone, including your static > object. > > You can put a list of parcelables into an intent extra: > > http://developer.android.com/reference/android/content/Intent.html#pu..., > java.util.ArrayList<? extends android.os.Parcelable>) > > -- Kostya > > 25.11.2010 18:55, pedr0 пишет: > > > > > > > > > > > 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 > > -- > Kostya Vasilyev -- WiFi Manager + pretty widget > --http://kmansoft.wordpress.com -- 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

