*> I have an app that opens a web browser, but after awhile I want the
app to switch from the web browser back to itself.  Is there an easy
way to do this?*
*
*
Technically, I can think of a way to do this, but I agree with Mark (so I'm
not going to explain how).  You should use a WebView in your app instead.

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, May 26, 2011 at 6:39 PM, Mark Murphy <mmur...@commonsware.com>wrote:

> On Thu, May 26, 2011 at 8:06 PM, bob <b...@coolgroups.com> wrote:
> > I have an app that opens a web browser, but after awhile I want the
> > app to switch from the web browser back to itself.  Is there an easy
> > way to do this?
>
> That sounds rather user-hostile, considering that you have no way of
> knowing which Web browser it is and what the user is doing in that
> application. If you want that degree of control over the flow, use
> WebView in your own app, please.
>
> > Also, maybe killing the web browser could work to.  Is there a way to
> > do this?
>
> Fortunately, no. If you want that degree of control over the flow, use
> WebView in your own app, please.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to Android Development_ Version 3.6 Available!
>
> --
> 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
>

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