[android-beginners] Re: Get arguments from another activity

2009-08-26 Thread Roman ( T-Mobile USA)
The usage of intents is a little bit more complex and there are different options available how to communicate between your two activities. Try to understand the basics of intents (action, data, ...) Basics: - http://developer.android.com/reference/android/content/Intent.html When you start

[android-beginners] Re: Get arguments from another activity

2009-08-26 Thread Sebeto
Thank you very much for these links. I got it to work with maValeurBis = getIntent().getStringArrayListExtra (net.sebeto.android.cuisine.Methodes.maValeur); , I will study your links carefully to see if I do things the right way! On Aug 26, 8:07 am, Roman ( T-Mobile USA) roman.baumgaert...@t-