Explored how to record a video on Android ,and playback.
CamcorderPractice is hosted in the following web site
https://github.com/emerson-zhang/CamcorderPractice
If you think the Android project CamcorderPractice 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 CamcorderPractice.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in CamcorderPractice. The names of the image files are listed as follows.
camcorder_leave.png camcorder_shutter.png camcorder_storage.png ic_action_search.png play.png
The following screenshort is generated from the image listed above.
CamcorderPractice has the following Java source files.
com.example.camerabycode.CamcorderPlaybackActivity.java com.example.camerabycode.CameraActivity.java com.example.camerabycode.MainActivity.java