Jump to Navigation

Me on Twitter

  • @Delicious Android app does not launch anymore (since 5.1 OTA update, looks like). I've sent bug reports, are u working on it ? 9 years 33 weeks ago
  • @Groomboxfr appli introuvable sur #GoolePlay 9 years 34 weeks ago
  • #FirefoxHello Video chat without account : hope it's gonna be the standard ! https://t.co/0ChutMrHsN 9 years 43 weeks ago
  • RT @initializr: http://t.co/Hrgl0bZGlW is now serving H5BP 5.0! 9 years 46 weeks ago
  • APIs should not be copyrightable. No comment. http://t.co/Ke2OnStFSX 10 years 1 day ago
  • Just got a "retry in 20s" toast on the lock screen for the 1st time. Looks linked 2 #lollipop bug fixes http://t.co/n0juzwaQ4H 10 years 1 week ago
  • @nic0b0 Ha ! Finally.. #android5.0.1 up and running. Let's see what's new... 10 years 1 week ago
  • Just seen an #Android5.0.1 update notification on my phone then... nothing... ??? 10 years 2 weeks ago
  • Looks like there's going to be an #Android5.1 "#Lollipop fails: the 5 worst things about #Android 5.0" http://t.co/xa54ShFaLw 10 years 3 weeks ago
  • #YotaPhone2 Definitely sexy phone http://t.co/CLV30ntTkl 10 years 3 weeks ago

switchdataswitch

android Tweaking Android Notifications

For SwitchDataSwitch, I wanted to provide users with a 1-click solution to enable and disable data traffic (2G/3G/...).
I chose the notification bar since it is a very accessible place, visible almost all the time and that can be expanded without stopping the running activity :

Expanding the notification bar 
The notification bar is usually presented in its reduced form (here the dark bar at the top of the screen with the smallest icons) but can be expanded by sliding it downwards.

Unfortunately, Android's Notification API is really made for instant notifications, not persistent ones, and that implies several inconveniences :

  • when creating a notification, the developer has to put an icon in the reduced notification bar, taking some precious space
  • by default an 'event timestamp' is shown next to the expanded content of the notification, which means nothing for a permanent service
  • there is no programmatic way to know if a notification is currently displayed or not

This article describes a way to create a notification that :

  • doesn't show up in the reduced notification bar
  • doesn't have a timestamp in the expanded notification bar
...
Syndicate content