First steps with android services.
authorgumartinm <gu.martinm@gmail.com>
Thu, 1 Mar 2012 07:11:17 +0000 (08:11 +0100)
committergumartinm <gu.martinm@gmail.com>
Thu, 1 Mar 2012 07:11:17 +0000 (08:11 +0100)
commit248d645ade721f69775c1156210874ddcd679a5f
tree696fc0b33569265ef603eecb6dd0062774d38c24
parent020551e88a9a38bc9377f84e5a08db2fba0d2689
First steps with android services.
Trying to create an android service running in a different process and
using IPC. I have no time but this looks like fun.
Android/Testing/Test3/AndroidManifest.xml
Android/Testing/Test3/gen/de/android/test3/R.java
Android/Testing/Test3/res/values/strings.xml
Android/Testing/Test3/src/de/android/test3/MobieAdHttpClient.java
Android/Testing/Test3/src/de/android/test3/TestService.java [new file with mode: 0644]