hi all,

I'm new to android.

As i am building multiple activities, i realise that i have to code
out repetitively this segment.

                Intent i = new Intent();
                i.setClass(this, Main_Form.class);
                startActivity(i);

So that i can return to the home page.

Is there some structural pattern or design pattern that i am missing
out? Like a Activities Manager that manage all the activities? can
someone give me some advice?

thanks.

-- 
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