Take a look at the Fragments API. It is specifically designed to let
you add/remove parts of the interface at will and treat them almost
like activities of their own. Alternatively, you can use an
ActivityGroup, but that requires quite a bit of custom code to get the
lifecycle right in more complex implementations. Finally, you could
just remove the view and add in a new view, but maintaining state when
dealing with orientation changes, forward/back motion, etc. can be a
pain in that situation. I think Fragments are probably what you are
looking for.

Josh Lefler

On Apr 6, 2:10 pm, "Igor Nesralla Ribeiro" <nesra...@gmail.com> wrote:
> Hi,
>
> i have a tabhost with 3 tabs... in the first tab I have a listview, if I
> selected a row a new activity opens over the tabs...is possible to open this
> activity into the this tab  like over the listview.
>
> Thanks
> Igor
>
> -----Original Message-----
> From: android-developers@googlegroups.com
>
> [mailto:android-developers@googlegroups.com] On Behalf Of harsh chandel
> Sent: quarta-feira, 6 de abril de 2011 15:09
> To: Android Developers
> Subject: [android-developers] Re: Get data from EditText
>
> String s=(Edittext) findviewbyid(R.id.edittext01).getstring.tosring();
>
> On Apr 4, 12:36 pm, rishabh agrawal <android.rish...@gmail.com> wrote:
> > How to get data from EditText & how to stored in Buffer i.e Integer..
>
> --
> 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 
> athttp://groups.google.com/group/android-developers?hl=en

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