Browsing application that allows the user to navigate through games, speed runs and users available at https://www.speedrun.com.
Click on image below to watch it.
- Browse through the latest runs
- Favorite runs
- See the latest runs in a map view
- Browse the runs of a game
- Browse the runs of a runner
- Whatch the runs directly on the app (if the run is hosted on youtube)
- Search for games
- The apps makes use of speedrun.com API
- It plays videos hosted on Youtube using the Youtube API. If the video is hosted on Twitch the Twitch app is opened to play the video.
- It uses the Google Maps library to display runs around the world
- It is configured to run on travis-ci.org
Requirements
- Have an API key for Youtube (How to get a Google Maps API key)
- Have an API key for Google Maps (How to get a Youtube API key)
- Add the following lines to the gradle.properties in your user directory (
~/.gradle
for linux orC:\Users\{you}\.gradle
for Windows). If neither the file or directory exists, just create it.
SpeedBro_YoutubeAPIKey={your-youtube-api-key}
SpeddBro_MapsAPIKey={your-maps-api-key}
Replace {your-youtube-api-key}
with your Youtube API key and {your-maps-api-key}
with your Google Maps API key.
- Clone the project
git@github.com:Artenes/speedbro.git
-
Import project in Android Studio
-
Run the app on a device or emulator
Creative Commons Attribution-NonCommercial 4.0 International Public License