On Fri, May 3, 2013, at 07:08 PM, Jack Skelley wrote: > > One of things I read is that Android apps can be written in C#
Sort of. The languages for 'native' development on Android are Java, or C++ if you want to be hardcore. There are cross platform toolkits which let you develop in other languages - Titanium lets you use Javascript, for example to create native apps for Android, iOS and other platforms from one codebase. Phonegap does similar but creates apps that run in the Android browser. (plus > other languages). Is there a convertor that will take a VFP form and make > an app for an Android tablet? I'm not trying to reinvent the app only > take something that is working great in VFP 9 and make it work in a > tablet with similar functionality. Not that I know of. As the other guys said - one way is to 'webify' your existing app and then just view it via the Android web browser - I think that would mean that you would need to host it on a web server somewhere and assume the Android devices were always on the internet. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/1367651102.29541.140661226415037.7e8d0...@webmail.messagingengine.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

