> And how can I call a non-void arguments activity? There is no such concept as "a non-void arguments activity".
> (i.e. select an item from a ListView and pass that as argument > to the new Action). Use putExtra() on the Intent you use to start the activity, and use the corresponding get...Extra() methods to retrieve the value in the started 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 Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

