First steps implementing my MobiAds Android app.
authorgumartinm <gu.martinm@gmail.com>
Mon, 19 Mar 2012 23:06:35 +0000 (00:06 +0100)
committergumartinm <gu.martinm@gmail.com>
Mon, 19 Mar 2012 23:06:35 +0000 (00:06 +0100)
commita52e701ef2c84ec6c937f10cab51d7b6763a86c4
treefe43f01ad5f14778000b138ccf9d2bd583797b80
parent9e5508368e54e63c1983c07d977af3e02cf5e169
First steps implementing my MobiAds Android app.
18 files changed:
Android/MobiAds/AndroidManifest.xml [new file with mode: 0644]
Android/MobiAds/gen/de/android/mobiads/R.java [new file with mode: 0644]
Android/MobiAds/proguard.cfg [new file with mode: 0644]
Android/MobiAds/project.properties [new file with mode: 0644]
Android/MobiAds/res/drawable-hdpi/alert_dialog_icon.png [new file with mode: 0755]
Android/MobiAds/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
Android/MobiAds/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
Android/MobiAds/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
Android/MobiAds/res/layout/main.xml [new file with mode: 0644]
Android/MobiAds/res/layout/mobiadsmain.xml [new file with mode: 0644]
Android/MobiAds/res/values/strings.xml [new file with mode: 0644]
Android/MobiAds/src/de/android/mobiads/MobiAdsLoginActivity.java [new file with mode: 0644]
Android/MobiAds/src/de/android/mobiads/MobiAdsMainActivity.java [new file with mode: 0644]
Android/MobiAds/src/de/android/mobiads/MobiAdsService.java [new file with mode: 0644]
Android/MobiAds/src/de/android/mobiads/batch/MobiAdsBatch.java [new file with mode: 0644]
Android/MobiAds/src/de/android/mobiads/provider/Indexer.java [new file with mode: 0644]
Android/MobiAds/src/de/android/mobiads/provider/IndexerOpenHelper.java [new file with mode: 0644]
Android/MobiAds/src/de/android/mobiads/provider/IndexerProvider.java [new file with mode: 0644]