Re: [android-developers] Writing in C++ code ?

2012-06-05 Thread New Developer
Firstly, thanks to all who responded If I write it as an html5 or web app Does this not mean that it *HAS* to be connected to the Net. and thus either a WiFi access or 3G access *MUST* be available ? Or is there someway to be a web app that runs on myself 127.0.0.1 but I don't

Re: [android-developers] Writing in C++ code ?

2012-06-04 Thread Michael Leung
But I do not think even you write your app in c++ which can work in other platform. There are some Framework claimed they can make compile the code into various os. For example, http://xamarin.com/monotouch But I think the best way is to write a html5 app Regards, Michael http://www.itblogs.info

Re: [android-developers] Writing in C++ code ?

2012-06-04 Thread Kristopher Micinski
You can use the NDK to write C++ inside Android apps. But you can't really write apps using C++, it's just not possible. So you can write native code, but you don't really get access to a nice framework that includes all the necessary pieces for apps, etc... (Sure, you can probably hack it and

[android-developers] Writing in C++ code ?

2012-06-03 Thread New Developer
By default I know that android apps are developed using Java and Eclipse does this well Is there anyway we could write our code in C++ and yet still have it packaged and create an apk that runs ? Trying to find the best method to create multi platform applications that run on Android, iOS,

Re: [android-developers] Writing in C++ code ?

2012-06-03 Thread Jim Graham
On Sun, Jun 03, 2012 at 01:59:45PM -0400, New Developer wrote: Is there anyway we could write our code in C++ and yet still have it packaged and create an apk that runs ? Any thoughts ? Yes. You'll need to use the NDK (Native Development Kit). The correct e-mail list for that is