Bradmax Player is HTML5 web video player, which can display most of popular video formats without need of installation external library or plugin on end user computer. It is JavaScript library, which utilizes HTML5 extensions build in most popular web browsers.
Player can be used in Android devices apps. For such cases WebView component is used with HTML5 bradmax player inside. For simplifying integration process with Android app Bradmax library was prepared in AAR file.
Minimal version for use Bradmax library on Android devices: Android 4.4 (minSdkVersion 19 / KitKat). See: Android API levels
Click link below for downloading AAR library.
To use your Android library’s code in another app module, proceed as follows:
include ':app', ':bradmax-sdk'
Sample *.apk file containing demo app with bradmax player: https://bradmax.com/static/bradmax-android-sdk/latest/bradmax-sdk-demo-app.apk?ts=1592492400
Sample Android Studio project with configured bradmax-sdk module / AAR library : https://bradmax.com/static/bradmax-android-sdk/latest/BradmaxSdkDemoApp.zip?ts=1592492400