Create service on background in Android Processing
in
Android Processing
•
2 years ago
I want to do a proccessing program to run how an system service.
Here is, the documentation SDK for Service Abstract Class,
http://developer.android.com/reference/android/app/Service.html
And here a sample for Java.
http://android.kgmoney.net/2010/05/08/creating-a-simple-android-service-for-background-processing/
How export this on Proccessing. Some ideas
Thanks
2