Hi Ramunas,

This is normally done by calling ActivityName.function(atts)
So if your second activity is called foo and the method called bar you
would use Foo.bar(attributes)
If you have problems you may want to set up "bar" to take and Activity
(like bar(Activity act)) then call it with bar((Activity)this, other
atts)

That may not be the clearest explenation but it should get you started.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to