New Android-App for the "Giftköder-Radar"-Project: http://www.giftkoeder-radar.com
- installed Maven
- installed Android SDK with google APIs, min. API-Level 8
- Git ;)
The project depends on the google map api which is not available through public maven repositories, so you have to install the dependencies to you local maven repository yourself. The android-sdk-deployer is a tool which does this for you
git clone https://github.com/mosabua/maven-android-sdk-deployer
cd maven-android-sdk-deployer
mvn install- Checkout the project with git
- Obtain an API-Key for google maps v1: https://developers.google.com/maps/documentation/android/v1/mapkey
- Obtain an API-Key for the "Giftköder-Radar": http://www.giftkoeder-radar.com/entwickler/registrieren.html
- Fill out the res/values/api.xml
- build the app with:
cd GKRadar-Android
mvn clean compile android:dex android:apkNow you find the ready-to-install apk-file in the target-folder
If you have a device plugged in on debug mode and the adb-server running, you can directly deploy the app with:
mvn android:deploy- Code provides the basic infrastructure to work with the API and displaying the results to the Map
- Obtain the User-Location automatically
- Widget
- Configuration dialog

