There are settings in the Android Manifest file that allow you to specify if you can have multiple instances of an activity running or not...
Take a look at the Dev Guide documentation for more details... On Apr 4, 2010 9:17 AM, "Sebastián Treu" <[email protected]> wrote: On Sun, Apr 4, 2010 at 4:01 AM, ~ TreKing <[email protected]> wrote: > On Sat, Apr 3, 2010 at 10:... I work with the documentation opened. In fact, I paste doc from the API reference. I didn't find a fact saying that NOT implements Serializable or Parcelable. Sometimes the absence of something does not provide sufficients proofs. Android is something new and the doc it's not always complete. >> >> Can we send ImageButton with Intents or do we have to extend and >> ImageButton to implement ... Yes, I realize that sending ID should be better. BTW, I argue with someone in IRC about reusing code. He just state that we don't have to reuse code. I don't know how they develop in android, but I will reuse code as far as I can, for example, I made an activity that it shows you a list of stuff. Then, everytime you need to show a list of stuff you start that activity. My question is: This will be a NEW activity right? Or will restart the old activity if it was running another Instance of the class? -- If you want freedom, compile the source. Get gentoo. Sebastián Treu http://labombiya.com.ar ... You received this message because you are subscribed to the Google Groups "Android Beginners" group.... To unsubscribe, reply using "remove me" as the subject. -- 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

