Package com.theoplayer.android.api

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

To make a THEOplayerView object programmatically, you could add following code to your activity:

THEOplayerView playerView = new THEOplayerView(this, new THEOplayerConfig.Builder().build());

See: Description