Overview
The FlipFlop Android SDK is a library that allows you to quickly and easily add live functionality to your Android apps. You can broadcast live using the SDK, and chat between users while watching the live.
Basic flow
The basic flow for using the SDK is:
Create application from dashboard -> login user using App Key/Secret of application -> start live of live moderator -> live view of live participant
Base classes
class | description |
---|---|
FlipFlop | Base class for FlipFlop Android SDK. initialize and create instance for live streaming and player |
FFStreamer | class for live streaming |
FFStreamerListener | listener for FFStreamer |
FFPlayer | class for live and vod player |
FFPlayerListener | listener for FFPlayer |
FFView | Android view for live and vod screen |
FFVideoLoader.Config | class that sets options when getting a list of videos |
FlipFlopException | error class |