jamesremuscat / avx

A system for controlling A/V devices such as video switchers via a networkable control device.
4 stars 1 forks source link

Android version of controller #9

Open rjmunro opened 11 years ago

rjmunro commented 11 years ago

Looks like pyside is doable on android: http://thp.io/2011/pyside-android/, although an HTML5 / AJAX version would be a better as it would run on all platforms with no installation.

jamesremuscat commented 11 years ago

A third alternative would be to use Pyro's Java bindings (http://pythonhosted.org/Pyro4/pyrolite.html) to produce a native Android interface. Though I do agree that something cross-platform like HTML would be preferable.