hey

i've activity PropertiesActivity i wanna start this activity from another
activity (using startSubActivity) and put my class Class (implements
Serializable) into extra
when i do

Intern intern = new Intern(this, PropertiesActivity.class);
intern.putExtra("whiter4bbit.classes.Class", classInstance);
startSubActivity(intern, PROPERTIES);

it doesn't show my ProperiesActivity view
(without intern.putExtra("whiter4bbit.classes.Class", classInstance); it
works ok)

help please)

thanx

--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to