Skip to content

Commit

Permalink
Update the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen Mirhoseini committed Nov 9, 2022
1 parent f656494 commit 2acf15d
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 6 deletions.
65 changes: 59 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,72 @@
# Firework Android SDK Examples
This repo holds the Firework Android SDK example applications.

You can read the integration doc here:
https://docs.firework.tv/
**List of example apps:**

* [View Options](#view-options-example-app)
* [Discovery](#discovery-example-app)
* [Channel](#channel-example-app)
* [Playlist](#playlist-example-app)
* [Shopping](#shopping-example-app)

**Read more about the integration here** https://docs.firework.tv/

---

## View Options example app

This example app demonstrates all possible view options that can be used for the `VideoFeedView` initialization.

[View Options example app](view_options)

| Customized View Options | Player screen |
| -------------------------------------------------------- | -------------------------------------------------------- |
| ![View Options Screenshot](view_options/Screenshot1.png) | ![View Options Screenshot](view_options/Screenshot2.png) |

---

## Discovery example app

In this example app, the `VideoFeedView` is initialized for showing a discovery feed.

[Discovery example app](discovery)

| Main screen | Player screen |
| ------------------------------- | ------------------------------- |
| ![Screenshot1](Screenshot1.png) | ![Screenshot2](Screenshot2.png) |
| Discovery Feed | Player screen |
| -------------------------------------------------- | -------------------------------------------------- |
| ![discovery Screenshot](discovery/Screenshot1.png) | ![discovery Screenshot](discovery/Screenshot2.png) |

---

## Channel example app

In this example app, the `VideoFeedView` is initialized for showing a channel feed.

[Channel example app](channel)

| Channel Feed | Player screen |
| -------------------------------------------------- | -------------------------------------------------- |
| ![channel Screenshot](channel/Screenshot1.png) | ![channel Screenshot](channel/Screenshot2.png) |

---

## Playlist example app

In this example app, the `VideoFeedView` is initialized for showing a playlist feed.

[Playlist example app](playlist)

| Playlist Feed | Player screen |
| -------------------------------------------------- | -------------------------------------------------- |
| ![playlist Screenshot](playlist/Screenshot1.png) | ![playlist Screenshot](playlist/Screenshot2.png) |

---

## Shopping example app

In this example app, the `VideoFeedView` is initialized and integrated with the shopping features of the SDK.

[Shopping example app](shopping)

| Shopping Button | Shopping Cart |
| ------------------------------- | ------------------------------- |
| ![Screenshot1](Screenshot3.png) | ![Screenshot2](Screenshot4.png) |
| ![shopping Screenshot](shopping/Screenshot1.png) | ![shopping Screenshot](shopping/Screenshot2.png) |
Binary file removed Screenshot1.png
Binary file not shown.
Binary file removed Screenshot2.png
Binary file not shown.
Binary file added channel/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added channel/Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added discovery/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added discovery/Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playlist/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added playlist/Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added view_options/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added view_options/Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2acf15d

Please sign in to comment.