A simple Android video recorder with ListView to show recorded videos..
REC is hosted in the following web site
https://github.com/ashinmandal/REC
If you think the Android project REC 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 REC.
Item | Value |
---|---|
Java File Count | 9 |
Minimum SDK Version | 10 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.MOUNT_UNMOUNT_FILESYSTEMS android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in REC. The names of the image files are listed as follows.
ic_tab_artists_grey.png ic_tab_artists_white.png
The following screenshort is generated from the image listed above.
REC has the following Java source files.
com.yoda.activities.CameraActivity.java com.yoda.activities.RecordTabActivity.java com.yoda.activities.TabWidgetActivity.java com.yoda.activities.VideosTabActivity.java com.yoda.activities.ViewVideoActivity.java com.yoda.adapters.VideoListAdapter.java com.yoda.bean.VideoBean.java com.yoda.utility.DIUtility.java com.yoda.utility.FileNameExtensionFilter.java