Jay-andro wrote:
> Actually, Mark, my users love this feature.
I don't know which application this is, and since I only have a small
percentage of available Android apps installed, I'm presumably not a user.
It could be that the way your service works, the only time you'd launch
your activity fr
Actually, Mark, my users love this feature. I raise a notification as
well, which is automatically cleared when certain "dismissive" actions
are taken by the user. I think giving the user the option to turn off
showing the activity (and limiting it to the notification only) is
something I might do
Jay-andro wrote:
> I have a service that runs in the background periodically and checks a
> database for some data. If it finds whats it's looking for, it shows
> an Activity to the user to alert him/her of this condition.
Please please please please please don't do that.
Raise a Notification in
This is probably a better place to start:
http://code.google.com/android/reference/android/R.styleable.html#AndroidManifestActivity_launchMode
-Ravi
On Dec 26, 6:17 am, Ravi Yenduri wrote:
> OnNewIntent() is probablythe method you are looking for.
>
> http://code.google.com/android/reference/a
OnNewIntent() is probablythe method you are looking for.
http://code.google.com/android/reference/android/app/Activity.html#onNewIntent(android.content.Intent)
-Ravi
On Dec 26, 2:42 am, Jay-andro wrote:
> I have a service that runs in the background periodically and checks a
> database for som
5 matches
Mail list logo