Here's a potential XML-RPC server plugin for Q2A; right now it only has one available call, q2a.getQuestions, but by providing the right data, it so far allows voting, asking questions and posting answers and comments.
It's designed to work with my new Android App:
which seems to work with the plugin, so far. The plugin is here:
https://github.com/NoahY/q2a-xml-rpc
and the app is here:
https://github.com/NoahY/q2android
but the source for the app depends on ActionBarSherlock and SlidingMenu:
http://actionbarsherlock.com/
https://github.com/jfeinstein10/SlidingMenu
so you can download a premade APK here if you like:
https://github.com/NoahY/q2android/raw/master/bin/Q2Android.apk
Let me know how it works.
UPDATE: 0.9.1 all functions fixed and working.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.