Hi Mike and Johan, All good questions. Here are the results of my Googling.
>1) Are there wx libs for Honeycomb? (http://wxwidgets.org/) This is what Julian Smart said last month on wx-us...@googlegroups.com about wxWidgets and Android. Looks like a "not yet". >>> I would really love to see a wxAndroid. >>Me too. If anyone fancies having a serious go, whether a native port >>using a wrapper such as: >>http://code.google.com/p/android-cpp-sdk/source/checkout >>or a part-wxUniversal port on top of OpenGL, I would be keen to discuss >>funding, providing devices, etc. >2) Is there Perl for Honeycomb? It looks like a tentative yes. http://code.google.com/p/android-scripting/ http://code.google.com/p/android-scripting/downloads/detail?name=perl_for_an droid_r1.apk http://gtmp.org/publications/perl-on-android And from about a year ago: http://szabgab.com/blog/2010/05/perl-on-android.html >3) Is there a C++ build environment for Honeycomb? I looks like a sort of add-on. http://www.zdnet.com/blog/burnette/program-for-android-in-cc-with-the-native -development-kit-if-you-dare/1284 > > Can I run wxPerl on Honeycomb? So, I think the answer is no, but it's moving slowly in the right direction. wx libs on Android is the main issue and wrapping the native widgets. Also, as far as I know, there is no gesture programming in wxWidgets, and no kinetic scroll flag for wxScrollingWindow. These could be a Perl add-on which are not part of wxWidgets (wxAndroid). It would be nice to see them anyway. Regards Steve.