How to Make Flashlight App for Android ?
by prayag nao in Circuits > Mobile
11150 Views, 24 Favorites, 0 Comments
How to Make Flashlight App for Android ?
Hello
Today we are gonna to make an android app.it will turn on your moblie flash light so you can use it when we need light.so lets start.............
Initial Setup
Just open android studio and click on new android studio project
now click next.
now give a name to app i.e. FlashLight.
now click next.
now select minimum SDK and click next.
now click on blank activity and click next.
now click on finish.
now a window will open named Content_Main.xml.
now right click on "Hello" in mobile layout and delete it.
now remove highlighted text in image.
Now copy and paste give green and red button into res/drawable folder.
now just pick and place imageview into mobile layout and assign source image of green you just copied into drawable folder.
Menifest File
Now just open Manifest file and copy and paste following command into manifest file.
You can download permissions from here Google Drive
Now right click on java file and select new class.Name this class "About".
Now just download and paste given code into About class.
Download code: Google Drive
now goto res=>layout and right click on it and select new=>layout resource file,name it "about".
now download code and paste into about file : Google Drive
Now just open MainActivity class and paste given code below.
Download code: Google Drive
Finish
Now your FlashLight app is ready,just upload it into your mobile phone and enjoy.
you can download FlasLight.apk from below........
Thanks for watching pls vote it.