Android Open Source - Example example F4JAndroid






Project Summary

Face.com example for Android.

Web Site / Source Repository

F4JAndroid is hosted in the following web site
https://github.com/bactisme/F4JAndroid

If you think the Android project F4JAndroid 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 F4JAndroid.

ItemValue
Java File Count49
Minimum SDK Version7
Activity Count1
jar files usedcommons-lang-2.6.jar
commons-logging-1.1.1.jar
httpclient-4.1.2.jar
httpcore-4.1.3.jar
httpmime-4.1.2.jar
json-org.jar
slf4j-api-1.6.3.jar
slf4j-nop-1.6.3.jar
slf4j-simple-1.6.3.jar
Required Permissionsandroid.permission.CAMERA
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

F4JAndroid has the following Java source files.

com.github.mhendred.face4j.DefaultFaceClient.java
com.github.mhendred.face4j.FaceClient.java
com.github.mhendred.face4j.Responder.java
com.github.mhendred.face4j.examples.ClientExample.java
com.github.mhendred.face4j.exception.FaceAPIException.java
com.github.mhendred.face4j.exception.FaceClientException.java
com.github.mhendred.face4j.exception.FaceServerException.java
com.github.mhendred.face4j.model.Face
.java
com.github.mhendred.face4j.model.Group
.java
com.github.mhendred.face4j.model.Guess.java
com.github.mhendred.face4j.model.Namespace
.java
com.github.mhendred.face4j.model.Photo
.java
com.github.mhendred.face4j.model.Point
.java
com.github.mhendred.face4j.model.Rect
.java
com.github.mhendred.face4j.model.RemovedTag.java
com.github.mhendred.face4j.model.SavedTag
.java
com.github.mhendred.face4j.model.UserStatus
.java
com.github.mhendred.face4j.response.AddTagResponse.java
com.github.mhendred.face4j.response.GetTagsResponse
.java
com.github.mhendred.face4j.response.GetTagsResponseImpl.java
com.github.mhendred.face4j.response.GroupResponse.java
com.github.mhendred.face4j.response.GroupResponseImpl.java
com.github.mhendred.face4j.response.LimitsResponse
.java
com.github.mhendred.face4j.response.LimitsResponseImpl.java
com.github.mhendred.face4j.response.NamespaceResponse
.java
com.github.mhendred.face4j.response.NamespaceResponseImpl.java
com.github.mhendred.face4j.response.PhotoResponse
.java
com.github.mhendred.face4j.response.PhotoResponseImpl.java
com.github.mhendred.face4j.response.RemoveTagResponse
.java
com.github.mhendred.face4j.response.RemoveTagResponseImpl.java
com.github.mhendred.face4j.response.SaveTagResponse
.java
com.github.mhendred.face4j.response.SaveTagResponseImpl.java
com.github.mhendred.face4j.response.StatusResponse
.java
com.github.mhendred.face4j.response.StatusResponseImpl.java
com.github.mhendred.face4j.response.TrainResponse.java
com.github.mhendred.face4j.response.TrainResponseImpl.java
com.github.mhendred.face4j.response.UsersResponse
.java
com.github.mhendred.face4j.response.UsersResponseImpl.java
com.orange.f4jHMD.CameraDemo.java
com.orange.f4jHMD.MyFaceClient.java