Yeah, I understand, there would be a flow however if my app had a flag
in it that requested the application to take up only half the screen
or something.  I think?

I had already tried Mark's way (great book btw) which does work but
isn't quite an elegant solution nor is it exactly what I'm trying to
achieve.

On Mar 25, 11:47 am, Dianne Hackborn <hack...@android.com> wrote:
> On Tue, Mar 24, 2009 at 4:52 PM, me tun <a...@tpg.com.au> wrote:
> > Does this mean I essentially cannot initialize my application with any
> > data I want to pass to it this way?  It seems very strange?
>
> The user installed your app.  Its icon showed up in the launcher.  They
> tapped on the icon.  There is nowhere in this flow where you can or it
> really makes sense for you to insert some custom data in an intent.  You
> already get an intent whose action and category tells you that the user
> launched it from its icon.  Use the to decide to do whatever you want.
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support.  All such questions should be posted on public
> forums, where I and others can see and answer them.
--~--~---------~--~----~------------~-------~--~----~
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