[android-developers] Re: Searching in a tab
When I change the launch mode to singleInstance, it no longer pushes
the the new intent on top, but the search intent fills the screen on
search and covers the tabs.
On Aug 25, 3:09 pm, tatebn <brandonnt...@gmail.com> wrote:
> I have a tab host with two tabs. I want one of those tabs to be a
> search screen. The content for the tab is a ListActivity. I'm
> pulling the content from a web service.
>
> My problem is, when I execute the search a new intent is pushed onto
> the screen. I've used the android:launchMode="singleTop" property in
> my manifest for the search activity. What that seems to have done is,
> once the new intent is pushed on top of the TabActivity, every time I
> run the search it reuses that intent. But I want the already existing
> intent which is set as the tab's content to be the one it uses.
>
> What can I do?
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home