Skip to content

Raindal/Inspired-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspired-Android

An Android app offering a new inspiring video everyday.

Download it here: Inspired
Check out the API application providing the videos: Inspired API

How to install locally

  • Clone the repo as the app folder of a new Android application (created with Android Studio in my case)

  • This app fetches the daily video from the Inspired API application and displays it using the Youtube Android Player library. This library requires an Android Youtube Data API key to work. Use the Google Developer Console tools to generate one.

  • Create a configuration file src/main/assets/config/config.json with the following content:

{
  "youtubeDataApiKey": "[your-key-here]"
}
  • Don't forget to reference libs/YoutubeAndroidPlayerApi.jar in your gradle file

How to contribute

  • Create a feature branch

  • Make a pull request

Releases

No releases published

Packages

No packages published

Languages