Skip to content Skip to sidebar Skip to footer

How To Develop Custom Status Bar In Android Jellybean 4.2.2

I want to develop customized StatusBar. I know i am not the only one with this requirement. But still want to know the opinions. After lot of search on StackOverflow, i found that

Solution 1:

Here is what I could find:

However it looks like you may need to alter the firmware

  • this link claims the only way to override the status bar is to change the android source code

I was also able to find this

  • a SO question that uses the full screen feature and then put a new psuedo status bar on top creating the illusion of an altered status bar

Still, there are already apps on the market that do this as you mentioned yourself. So, there is an answer out there, however IMHO it may not be worth the effort to implement unless it is integral to your app (however, I would not advise you to pursue making a copycat app unless it is for personal improvement/practice)

Post a Comment for "How To Develop Custom Status Bar In Android Jellybean 4.2.2"