On Sun, Apr 4, 2010 at 4:01 AM, ~ TreKing <[email protected]> wrote: > On Sat, Apr 3, 2010 at 10:52 PM, Sebastián Treu <[email protected]> > wrote: >> >> Is ImageButton Serializable? > > You can find this out in about 2 seconds by reading the documentation...
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 Parcelable? > > Probably neither. Why do you want to pass an ImageButton around anyway? You 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. 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 To unsubscribe, reply using "remove me" as the subject.

