Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1006 Bytes

File metadata and controls

29 lines (18 loc) · 1006 Bytes

Functional Hub

Final App: Bandhook

How to use this project

You can use Android Studio or Intellij to work with this repository.

First thing you will need to compile this project is to get an API Key from Last.fm. It will be used to connect to the service that will provide artists info. Then create a resource file app/src/main/res/values/api_key.xml (this path is ignored by git) with the following content:

<string name="last_fm_api_key">YOUR_KEY</string>

The Kotlin plugin for Android Studio is also required.

Acknowledgements

This project was originally a fork from Antonio Leiva - Bandhook-Kotlin

License

Copyright © FunctionalHub.com 2018. All rights reserved.

Screenshot