Api.video launches the Android SDK 📱

Hello! :wave::wave:

Now api.video Android SDK lets you add on-demand and live videos to your native Android application!


Prerequisite?

  • Android 4.3 (API level 18)

  • Java 1.8


:volleyball: We have a dependency to DWorkSVolleyPlus for the HTTP requests.

:key: To get started:

  1. Download the latest release of the aar file.

  2. Copy it into a libs/ directory in you project.

  3. Add the following dependencies in your build.gradle file:

    dependencies {
        // VolleyPlus is the underlying HTTP client
        implementation 'dev.dworks.libs:volleyplus:0.1.4'
        // Replace android-sdk-x.x.x.aar with the name of the latest release
        implementation files('libs/android-sdk-x.x.x.aar')
    }
    
    

:thinking:To understand what you can do with the Android SDK, you can use this early stage application. It can be used as a base for your app. All the information can be found here.


This Android SDK is an Alpha version so all feedback are welcome to improve it.
You can find the whole documentation here.

See you soon on api.video!

1 Like