Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 580 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 580 Bytes

ESC APP

ESC App is an Android application for previewing Eurovision Song Contest entries. Read the app history here.

App in emulator

Setup environment

  1. Install Android Studio and open the project.

  2. Acquire key for YouTube API.

  3. Create file local.properties to project root. Add your API key there as following:

    youtube.developer.key="XXX"
    
  4. Launch project in emulator.