The Firework Android SDK provides multiple types of feed sources (FeedResource) to display different video content in your application. Each feed type serves specific use cases and can be configured through ViewOptions.
Overview
Feed sources determine which videos are displayed in your video widgets. You configure the feed source using the feedResource property in BaseOption.
val viewOptions =viewOptions {baseOptions {feedResource(FeedResource.Discovery) }}
Available Feed Types
Discovery Feed
Curated content from the Firework platform that learns user preferences over time.
Use Cases: Homepage, explore section, general content discovery