Package com.theoplayer.android.api

This package defines the API of the THEOplayer Android SDK. In the top level op this package you can find the THEOplayerView class.

To make a THEOplayerView Object programmatically with an extra css file which is located at the root of your assets folder, you could add following code to your activity:

THEOplayerView playerView = new THEOplayerView(this, new THEOplayerConfig("extraUi.css", null, false));

See: Description