A sample camera (photo capture) application created by Marakana to support Android training courses.
PhotoCaptureDemo is hosted in the following web site
https://github.com/twitter-university/PhotoCaptureDemo
If you think the Android project PhotoCaptureDemo 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 PhotoCaptureDemo.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 10 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.CAMERA android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in PhotoCaptureDemo. The names of the image files are listed as follows.
ic_delete.png ic_menu_back.png ic_menu_camera.png
The following screenshort is generated from the image listed above.
PhotoCaptureDemo has the following Java source files.
com.marakana.android.photocapturedemo.CameraPreview.java com.marakana.android.photocapturedemo.PhotoCaptureActivity.java com.marakana.android.photocapturedemo.PhotoViewActivity.java