Re: [android-developers] How to check the current contentView?

2012-05-15 Thread Brian Collo Gonçalves
e you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to android-developers@googlegroups.com >> To unsubscribe from this group, send email to >> android-developers+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups

[android-developers] Parcelable encountered IOException writing serializable object - Object serializable with array of another serializable

2012-05-10 Thread Brian Collo Gonçalves
I have 2 serializable classes as follow: @SuppressWarnings("serial") public class Musicas implements Serializable { private String musica; private String link; public Musicas(String musica, String link) { super(); this.musica = musica;