Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 647 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 647 Bytes

Capstone-Project

Udacity Android Nanodegree : Capstone

LyricFinder

##Running the app: API keys from various services are needed to run this application.

  1. LastFm API Key
    • Insert this key in Line 8 of Constants.java
  2. MusixMatch API Key
    • Insert this key in Line 9 of Constants.java
  3. GeoNames API Key
    • Insert this key in Line 10 of Constants.java

(Uncomment lines 8-10)

###Enabling AdMob Ads Obtain Ad Unit Id and Ad App Id from AdMob Insert the ids into strings.xml lines 13 and 14