notdog includes an example of a basic API endpoint for Amazon's Rekognition services for Android.
You need to set up your AWS security credentials before the sample code is able to connect to AWS.
public class AwsConst {
public static String IDENTITY_POOL_ID = ""; //TODO: YOUR_IDENTITY_POOL_ID
}
- aws/aws-sdk-android
- JakeWharton/timber
- JakeWharton/butterknife
- greenrobot/eventbus
- MLSDev/RxImagePicker
- Rogero0o/CatLoadingView
- markushi/android-circlebutton
This sample application is distributed under the MIT license.