bgidley/ClockRadio
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Clock Radio This is the Android Clock Radio project. It is a simple application to 'scratch an itch' - I wanted to be able to listen the radio in a hotel and have it turn off via a sleep timer. This is what this does... It only works on Android 3 tablets (as I wanted to play with the fragments API) and I have only tested it on an Asus. If you want more stations added add an issue here and I can add them if they have a suitable stream. # Developer Notes The build is using maven you need to * Set your ANDROID_HOME * Follow instructions at https://github.com/mosabua/maven-android-sdk-deployer to set up the Android 3 SDK * Install jar in nonRepoLibs into your local repo mvn install:install-file -Dfile=nonRepoLibs/FlurryAgent-1.0.jar -DartifactId=FlurryAgent -DgroupId=com.flurry -Dversion=1.0 -Dpackaging=jar