I put together a simple Android app earlier today that can remote- control Amarok. I've open-sourced the code for anyone interested:
http://www.jsharkey.org/blog/2008/08/20/amarok-14-remote-in-android-using-dcoppython/ It's a nice example of having a background thread make REST-ful API calls to update a GUI. Also shows how android:tint can easily change icons on ImageButtons. Also some simple Python code for creating a HTTP REST-like DCOP bridge for talking with desktop applications. I'm not sure if I'm correctly using PreferencesActivity, but everything appears to be working. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

