/flowplayer-android-sdk-demo

Demo application using Flowplayer's native Android SDK

Primary LanguageKotlin

About

This is a sample application that demonstrates how to integrate Flowplayer Android SDK in your Android project.

The latest SDK version is:

Download

Please make sure you have updated your access token inside the AndroidManifest.xml, in order to be able to play videos:

<meta-data
    android:name="com.flowplayer.accessToken"
    android:value="YOU_ACCESS_TOKEN"/>

If you found any issues or you have any questions, please report them at the issue tracker of this repository.