Skip to content

brixxnatt/tkdsfireapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Appstore Fire App Builder

Fire App Builder provides a Java-based framework that you can use to easily and quickly build streaming media Android apps for Amazon Fire TV.

Prerequisites

  • Android Studio
  • Java Development Kit (JDK) 8
  • Virtual (TV emulator on Android Studio) or physical device (Fire TV or Fire TV Stick)
  • Media feed with necessary elements. If you want to use your own custom media feed, you will need a media feed (in either JSON or XML format) with video assets as well as the following feed elements: title, ID, description, URL, card image, and background image. Any video format supported by Exoplayer is compatible with Fire App Builder

✅ Features

Demo Screen

  • Five screens: Splash screen, Home (two layouts), Content Details, Content Renderer, and Search.
  • Search functionality and search results: Text search within your app. Also includes intent filters to integrate with the global Fire TV search if your media is integrated into the Amazon Catalog.
  • Exoplayer-based Amazon media player for streaming media: The media player includes closed caption support (in-band and out-band), HTTP Live Streaming (HLS), bandwidth settings, and more.
  • Components for ads, analytics, authorization, and in-app purchasing: More than 10 components that you can easily plug into your app and configure through XML files. Some of these components include Amazon in-app purchases, Login with Amazon, Facebook Login, Omniture Analytics, Flurry Analytics, Adobe Pass Authentication, Freewheel ads, and VAST 2.0 ads.

💻 Building the Fire App Builder

  1. Clone the following repository: git clone [email protected]:amzn/fire-app-builder.git
  2. Start Android Studio
  3. At the Welcome screen, click Open an existing Android Studio project.
  4. Browse to the directory where you downloaded the fire-app-builder GitHub project. Inside the Fire App Builder project folder, select the Application folder, and then click Open.
  5. Build → Make Project
    1. Try Build → Clean Project and Rebuild Project if nothing happens
  6. Run the app
  7. Within your emulator, under Your apps, you will see the Fire App Builder. When you click on it, it will load the app!

Demo Screen

🔥 Using Fire App Builder

Change the appearance.

  • Change app loco, icon, font
  • Change different screens (splash, home)
  • Change homepage layout, sidebar

Add components for more functionality. No need to write your Java code, just customize various string values that have been extracted out of the code into XML files.

  • Ads Interface (IAds): Used for displaying ads to users
  • Analytics Interface (IAnalytics): Used for implementing analytics
  • Authentication Interface (IAuthentication): Used for authenticating or authorizing user access to media
  • Purchase Interface (IPurchase): Used for in-app purchasing
  • UAMP (UAMP): Used for playing media. (UAMP stands for Universal Android Media Player.)

🆘 Get support

If you found a bug or want to suggest a new [feature/use case/sample], please file an issue. If you have questions, comments, or need help with code, we're here to help:

Sign up to stay updated with the developer newsletter.

✍️ Author

@_yoolivia

About

fireappbuilder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.5%
  • Other 1.5%