First of all thanks for your wonderful cooperation.

     On android mobile if at all we get an incoming call while
interacting with another application, incoming call indication is
being displayed on the screen with an activity instead of notifying
user with notification.

     I think it is against to android development rules.But we can't
notify user with notification in this particular situation.




On Oct 20, 4:28 pm, Bartosz Lambach <[email protected]> wrote:
> Please, read this article before you do 
> that:http://developer.android.com/guide/practices/design/seamlessness.html
>
> Regards,
> Bartosz
>
> On Tue, Oct 20, 2009 at 1:17 PM, pink 444 <[email protected]> wrote:
>
> >    Thanks for your replay.
>
> >    But the thing here is if at all we click on the notification only
> > intent will bring the Activity up.
>
> >    I want to bring the activity to foreground without clicking any
> > thing.For that what can i do.
>
> >    Can i bring the activity to foreground using notifications without
> > clicking any button or do i need to use any other concept?
>
> > On Oct 20, 3:31 pm, Nithin <[email protected]> wrote:
> >> Hi Shiva,
>
> >> try this, may help...
>
> >> whichever activity, that you want to put in the foreground, use an
> >> Intent, by setting this flag...
>
> >> intent.setFlags(Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT);
>
> >> Thanks
> >> Nithin
>
> >> On Oct 20, 3:20 pm, pink 444 <[email protected]> wrote:
>
> >> >    What i want to implement is i have a service which will wait on a
> >> > socket for network events.
> >> > On some network events service has to notify the application activity
> >> > to update GUI elements.
>
> >> >    If at all my activity is not running how can i update GUI.At any i
> >> > have to update GUI as soon as  network events occurred.
>
> >> > On Oct 20, 2:54 pm, RichardC <[email protected]> wrote:
>
> >> > > I have had a quick look and can't see anyway to do what you want
> >> > > (there might be a way I just can't find it).
>
> >> > > One of the reasons if I read about (on other platforms) for NOT
> >> > > implementing "bring my app to the front and make it active right now"
> >> > > is that it soon degenerates into application wars, with multiple
> >> > > application each trying to be the top-most application. In this
> >> > > situation no one wins and the end-user typically uninstalls both apps.
>
> >> > > Another way to think about this is - should the end-user be
> >> > > interrupted right now?  What if they are doing something more
> >> > > importent than your application such as trying to phone the emergency
> >> > > services.
>
> >> > > --
> >> > > RichardC
>
> >> > > On Oct 20, 10:39 am, pink 444 <[email protected]> wrote:
>
> >> > > >     After studying some articles regarding notifications .I have
> >> > > > understood something that after clicking on the notification only
> >> > > > specified activities are activated or brought into foreground.
>
> >> > > >     But in my application i have to bring an activity as soon as a
> >> > > > background event occurred.
>
> >> > > >     How can i implement that scenario using Notifications ?
>
> >> > > > Thanks,
> >> > > > -Siva.
>
> >> > > > On Oct 20, 1:24 pm, pink 444 <[email protected]> wrote:
>
> >> > > > >          Thanks for your replay.
>
> >> > > > >          Can u give me a working example for letting an activity to
> >> > > > > foreground using notifications.
>
> >> > > > > On Oct 19, 6:17 pm, RichardC <[email protected]> 
> >> > > > > wrote:
>
> >> > > > > > Notificationhttp://developer.android.com/reference/android/app/Notification.html
>
> >> > > > > > --
> >> > > > > > RichardC
>
> >> > > > > > On Oct 19, 1:57 pm, pink 444 <[email protected]> wrote:
>
> >> > > > > > > Hai,
>
> >> > > > > > >        In my application i wait on socket for network 
> >> > > > > > > events.On some
> >> > > > > > > events i have to bring activity into foreground(make activity 
> >> > > > > > > as
> >> > > > > > > running) if at all it is not in the foreground.
>
> >> > > > > > >       How can i do this?
>
> >> > > > > > >      Any suggestions would be appreciated highly.
>
> >> > > > > > > Thanks,
> >> > > > > > >  -Siva
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to