Hi TreKing/Mark,

In my scenario, after completion of one notification, another
notification should start....

updateCompletedNotification {            --1


notificationmgr.nofify(120,intent);
}


updateIncomingFileConfirmNotification {         --2


notificationmgr.nofify(120,intent);
}

after 2nd function notiifes, then 1st function should start... how
this can be handled? can I use same ID 120 for both functions?

if i update number field, it is not updating the status bar....

Here they are using cursors to access and primary key of database as
notification ID... so i have to use only one in my case...

Regards
Gururaja B O

On Mar 31, 8:28 pm, "~ TreKing" <[email protected]> wrote:
> On Wed, Mar 31, 2010 at 6:36 AM, guru <[email protected]> wrote:
> > first time it is not displaying number. if i restart my application then it
> > will display the number.
>
> To add to what Mark already posted, it's amazing what you can learn by
> reading the official 
> documentation:http://developer.android.com/intl/fr/reference/android/app/Notificati...
>
> -------------------------------------------------------------------------------------------------
> TreKing - Chicago transit tracking app for Android-powered 
> deviceshttp://sites.google.com/site/rezmobileapps/treking

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to