aha ! look at that ! thanks a lot for the answer it helped me out :D I have to say that It's all pretty confusing, you got your Java class, your XML layout, your activity, your Intent, your Context, your bundles etc... Inter-object communication isn't very easy (or at least not as transparant as in J2ME), just passign a reference and using its get/ set methods or whatever... Well I did get your book (together with other 4 books!), and after this first hacked demo for our app I will be investing much more time into this complex hierarchy of classes and methologies...
On 11 feb, 14:10, "Mark Murphy" <[email protected]> wrote: > > "Call getStringArrayExtra() on the Intent in the receiving Activity > > to get it back. " > > > I have no Intent in the receiving Activity ? > > Call getIntent() to get the Intent that launched the Activity. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > Android App Developer Books:http://commonsware.com/books.html -- 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

