[android-developers] passing values from Activity to Activity

2010-02-11 Thread MobDev
Hi, I have an app which makes use of several layout-views...Every layout- view also got a class for it, which extend the Activity class... One class for example retrieves some database values whilst offering a search form to the user... Afterwards the user can select one of those values and he

Re: [android-developers] passing values from Activity to Activity

2010-02-11 Thread Mark Murphy
Anyways, I'd like for the first Activity to be able to send an array with data (Strings for example) to the second one... Right now I show an activity by using : Intent i = new Intent(this, activitysName.class); startActivity(i); I have no idea whilst using this construction how I can