I can’t find a straight forward answer on how to build a flash light app in Eclipse Android. How would I create this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This question is too broad and probably no one will write a tutorial just for you. Having said that, here are the tips which may help you:
If you want a flashlight application simulated by a screen painted in white, I’d recommend reading the (very simple) sources of android-flashlight which does exactly that. The project sources are available here: http://code.google.com/p/android-flashlight/
If you want a flashlight using camera’s LED, I’d recommend reading sources of the search-light application (available in Google Play) which does exactly that. The sources are located here: http://code.google.com/p/search-light/
If you want to develop the application from scratch then there is no easy way but learn the very basics of Android platform. There are tons of tutorials available on the Internet which will guide you through the process of creating your first, minimal application – just google it. The platform is described and documented well. It also has guides on how to build applications. All these resources are located here: http://developer.android.com/training/index.html