Test code for android 2.0 camera.
TestCamera is hosted in the following web site
https://github.com/anubhavsaxena/TestCamera
If you think the Android project TestCamera listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of TestCamera.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.CAMERA android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in TestCamera. The names of the image files are listed as follows.
ic_action_info.png
The following screenshort is generated from the image listed above.
TestCamera has the following Java source files.
com.example.anubhav.testcam.ApplicationTest.java com.example.anubhav.testcam.AutoFitTextureView.java com.example.anubhav.testcam.CameraFragment.java com.example.anubhav.testcam.MainActivity.java com.example.anubhav.testcam.constants.Constants.java com.example.anubhav.testcam.helpers.CompareSizesByArea.java com.example.anubhav.testcam.helpers.ErrorDialog.java com.example.anubhav.testcam.imagemanipulators.FileOperations.java com.example.anubhav.testcam.imagemanipulators.ImageSaver.java