Skip to main content

How to integrate Avaturn into Android native applications

You can use Avaturn as an Avatar platform in your native Android application. Avaturn operates through native WebView, no extra libraries are required.

DOWNLOAD

Please find an example Java project here: github.com/avaturn/avaturn-android-example.

Please see file app/src/main/java/me/avaturn/examples/app/MainActivity.java . On the following line make sure to change demo domain to your subdomain or replace link with the one received from API:

String URL = "https://demo.avaturn.dev"; // Replace with your project's domain