On 29 October 2010 11:18, Alok Upadhyay <maddy.luck...@gmail.com> wrote:

> is there any way to call the different instance of common activity(say
> CommonActivity.class) for all three buttons.

You can pass extra arguments to your common activity using intent Extras
so you can have one activity for all the actions but the logic will act
depending on what you pass in extras.

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to