aws-samples / amazon-sumerian-arcore-starter-app

A sample Android project that demonstrates how to create a simple augmented reality experience using Google's ARCore with the Amazon Sumerian service.
Apache License 2.0
53 stars 36 forks source link

Updating dependencies, better handling of screen rotation #15

Closed andijakl closed 3 years ago

andijakl commented 3 years ago

Description of changes:

Updated project to work correctly with latest (recommended) target SDK for Android projects. This includes the following changes:

The sample app was tested with Android Studio 4.1 (RC2) and an Android 11 Pixel 4 phone and works fine. A Sumerian-based Android app using the same code is live in the Google Play store and passed certification.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.