• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. J

    Help Reverb LED works only with stock apps

    Hi, I don't know why this is, but it seems that the LED indicator on my phone only works with the stock apps like messaging, phone, or when it is charging or low on battery. I have other apps that can use the LED, and they are set to a color I know the Reverb's LED is capable of making, but it...
  2. J

    Apps Bottom menu bar like iPhone

    How could I make a bar at the bottom of my layout, like it is in the iPhone's App Store? I would like the background of it to be black, and it doesn't have to have an image, just text. Picture of iPhone App Store: Thanks, Jaeela
  3. J

    Apps opening application files from broadcastreceiver

    Hi, I was wondering if I could open the file input/output of my application through a broadcast receiver. Normally, I would use openFileOutput/Input(), but this can only be done through activities. Would it be more sensible to create my file in res/raw? or create an instance of the activity and...