-5

I want to do what this app - Screen Flashlight does. I want to make the screen a bright flashlight. I am thinking should I just do an ImageView that is bright white in color - what color do I use? or is there a better way to do this?

user1406716
  • 9,565
  • 22
  • 96
  • 151
  • 3
    You can just try it. If you run into a problem, then you can post here. As it is, it's not clear what help you need. – Ted Hopp Aug 30 '15 at 05:57
  • Ok..I saw the app you post...My quick advice would be...Just use `white` background (on any layout) and ask phone permission for max brightness.. – Iamat8 Aug 30 '15 at 06:57

1 Answers1

2

Just thought this idea after reading your question and I don't guarantee that it's the best way to do it.

Try something like this:-

  1. Make an activity which uses full screen of the phone. Link to do this.

  2. Increase the brightness level of the phone to 100%. Link to do this.

  3. Use pure white color(#ffffff) as background in the parent view.

Community
  • 1
  • 1
Aawaz Gyawali
  • 3,244
  • 5
  • 28
  • 48