On Mon, Jan 31, 2011 at 9:46 PM, AndroidDevTime <[email protected]>wrote:
> I wonder if Notifications are the only thing that can be added to the > STATUS bar. > What else would one put there? > And if anything else can be added below the Status Bar besides the > Notification dropdowns ? > Like what? > In particular is there any way to have the item always appear at the top of > this list? > Try playing with the timestamp. > Does this documentation make it clear how to maintain the Notification for > the duration that the app is running. > Yes, it does. > What if your app server goes down and resumes, what does its notifications > look like then? > It looks like whatever you code it to look like. An "app server" should have nothing to do with this. On Mon, Jan 31, 2011 at 10:17 PM, AndroidDevTime <[email protected]> wrote: > while we are on the topic is there any better way to get a clickable Icon > on the status bar then using notifications? > What would you prefer? > Are there any layout options that could allow custom rendering of below the > status bar or change of priority of notifications appearing below the status > ba? > You can set a RemoveView for the custom rendering. You cannot change the "priority", whatever that means, AFAIK. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

