Android Open Source - Camera picture FaceFinder






Project Summary

An Android application that finds the pictures taken from camera that contain faces, and creates a new album with all the images.

Web Site / Source Repository

FaceFinder is hosted in the following web site
https://github.com/nikatapi/FaceFinder

If you think the Android project FaceFinder listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of FaceFinder.

ItemValue
Java File Count8
Supported screen sizes[mdpi, ldpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version16
Activity Count5
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 1 image files in FaceFinder. The names of the image files are listed as follows.

facefinder_icon.png

The following screenshort is generated from the image listed above.

null

Java Source Files

FaceFinder has the following Java source files.

com.example.facefinder.FaceDetails.java
com.example.facefinder.FaceGallery.java
com.example.facefinder.FaceScan.java
com.example.facefinder.FaceView.java
com.example.facefinder.GridViewAdapter.java
com.example.facefinder.MainActivity.java
com.example.facefinder.MainGallery.java
com.example.facefinder.ViewImage.java