Android development ----------- improved flashlight version, android -----------
Based on the previous
Add a drawable/local_me.xml file under the res folder.
Localme_cmc
Main Program:
Package com. example. handlightactivity; import android. app. activity; import android
personal ability reasons.Advantages: The method used in the flashlight is relatively simple, such as calling the camera Flash code is found on the Internet.disadvantage: The flashlight still has a lot of small functions did not realize, to further improve the improvement, the interface can also be done more beautiful.6. Qa:In the process of writing this light application, I encountered a few interesting qu
Android flashlight Principle
I. Principles
Currently, the android app store has many flashlight applications. Its core principle is very simple. In fact, it is to use the Camera in android to control the flashing. Now, Let's explain how
There are two main steps:
1. Enable and disable the flashlight.
Camera camera = Camera. open (); Parameters mParameters = camera. getParameters (); mParameters. setFlashMode (Camera. parameters. FLASH_MODE_TORCH); // open Camera. parameters. FLASH_MODE_OFF indicates that camera is disabled. setParameters (mParameters)
2. Customize the
Android --- eye lamp and high compatibility flashlight
The program has two main functions: Eye lamp and flashlight. However, the solution to the flashlight compatibility is to add exception control to avoid various abnormal occupation and startup failure.The main interface of the program, without beautification, only i
Charm Blue 2 where's the flashlight ?
As long as in the Charm Blue 2 main screen interface and then we slide the finger down the screen, you can open it, as shown in the following figure.
Charm Blue 2 How to open the flashlight?
1, first open the Phantom Blue 2 mob
Different mobile phones use different methods to enable Flash. Here, the Motorola milestone mobile phone is used as an example main. xml:
[HTML]
View plaincopy
Android: layout_width = "fill_parent"
Android: layout_height = "fill_parent"
Android: Orientation = "vertical">
Android: Id = "@ + ID/
Flashlight source code, but also to solve some of the model is not suitable to ask, I wrote a flashlight demo, just started on individual phones can open the flashlight, Baidu has been many times or did not solve, finally anti-compiled a flashlight code to see the idea, haha
Flashlight function is simple and practical, the following we will study how to make a flashlight small program, beginners can learn the principle through an example, improve the enthusiasm and motivation to learn Android technology.First, let's look at what Android permissions the
1. Use ihardwareservice for direct control
Android1.5 previously provided this interface directly. Later, we need to do it ourselves.
Create a new Android. OS package in your project and create an ihardwareservice. aidl file. The content is as follows:
[Java]
View plaincopy
/** {@ Hide }*/
Interface ihardwareservice
{
// Obsolete flashlight support
Boolean getflashlightenabled ();
Void setflash
I. Introduction of the principleNow the Android App Store has a lot of flashlight apps. The core principle is very simple, in fact, using the camera-type cameras in Android control the flash lights. OK, next, step-by-step tutorial on how Android controls the Flash.Second, add permissionsWhen using the
Speaking of mobile phone flashlight function, many people are directly call the Flash, and this article to introduce you to the camera function to achieve, there is a need for small partners to refer to.
A few days ago this side of a community power, black Ma Ma, a cat broke into the dormitory, frighten me into tears, and then decisively wrote a flashlight, the next power outage, again, I want to frighten
I recently developed a QR code parsing module.
Google's open-source project Zxing
The Flash function added to Zxing is as follows:
In the CameraManager class under the com. xxx. xxx. Zxing. camera package
Add code:
// OpenLight enables the flashlight.
// OffLight is to turn off the flashlight
Public void openLight () {if (camera! = Null) {parameter = ca
Recently in the study of Android Development, wrote a flashlight case, share!activity.xmlpackagecom.fq.flashlight;importandroid.app.activity;import Android.app.alertdialog;importandroid.content.dialoginterface;importandroid.hardware.camera;import android.hardware.camera.parameters;importandroid.os.bundle;importandroid.view.view;import android.view.View.OnClickListener;importandroid.widget.Button;importandro
Recently, because the company needs to do a flashlight, in fact, the flashlight principle is very simple, is to call the camera flash, control the flash switch, you can achieve the effect of flashlight,Emphasize that it is important to note that the Flash is released at the end of the code, otherwise it will occur when the camera is used--the problem of not conn
This is a simple use of Android camera development flashlight function, Androidmanifest.xml file entrance is Startapp, this file is not uploaded, you can write.
Flashlight.java
Package Com.android.app;
Import android.app.Activity;
Import Android.hardware.Camera;
Import Android.hardware.Camera.Parameters;
Import Android.os.Bundle;
Import Android.view.View;
Import Android.widget.TextView;
Import Andro
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.