34 messages in com.googlegroups.android-internals[android-internals] Re: native (C++) ...
FromSent OnAttachments
sbVB09 Mar 2008 17:43 
Stone Mirror09 Mar 2008 18:08 
Guilherme09 Mar 2008 18:21 
vlad...@gmail.com09 Mar 2008 18:37 
Stone Mirror09 Mar 2008 18:45 
hackbod09 Mar 2008 22:22 
Stone Mirror10 Mar 2008 06:05 
Digit10 Mar 2008 08:05 
vlad...@gmail.com10 Mar 2008 08:25 
Erik Martino10 Mar 2008 08:34 
Digit10 Mar 2008 08:37 
vlad...@gmail.com10 Mar 2008 08:41 
Digit10 Mar 2008 08:57 
Diluka Moratuwage10 Mar 2008 08:59 
Diluka Moratuwage10 Mar 2008 09:01 
Diluka Moratuwage10 Mar 2008 09:05 
Digit10 Mar 2008 09:07 
Erik Martino10 Mar 2008 09:33 
hackbod10 Mar 2008 09:43 
Digit10 Mar 2008 10:01 
sbVB11 Mar 2008 17:22 
vlad...@gmail.com11 Mar 2008 17:28 
chen yuefeng11 Mar 2008 19:07 
Sean Kelley04 Apr 2008 05:11 
David Given04 Apr 2008 10:28 
Digit04 Apr 2008 15:20 
Akio05 Apr 2008 01:02 
David Given05 Apr 2008 10:42 
Akio09 Apr 2008 05:26 
sbVB15 Apr 2008 06:27 
PowerGUI16 Apr 2008 16:42 
windstorm16 Apr 2008 21:23 
sbVB17 Apr 2008 06:32 
Valluri Kumar21 Apr 2008 20:50 
Subject:[android-internals] Re: native (C++) SDK for Android is definitively needed
From:Valluri Kumar (vall@huawei.com)
Date:04/21/2008 08:50:15 PM
List:com.googlegroups.android-internals

Dear PowerGUI

I will be very much interested to use the same , If available

**************************************************************************** **************************************************************************** *************************************

-----Original Message----- From: andr@googlegroups.com [mailto:andr@googlegroups.com] On Behalf Of PowerGUI Sent: Thursday, April 17, 2008 5:13 AM To: Android Internals Subject: [android-internals] Re: native (C++) SDK for Android is definitively needed

Hello Eeverybody, I am PowerGUI from Bejing China,I am focusing on Android C/C++ SDK, I will release the first version within two weeks. I wonder how many people want to use such sdk.if you need it or like it,please tell me.haha.If there are many people will use such sdk,I will fell very happy, and will do more work on that.

Best Regards PowerGUI

---------------------------------------------------------------------- Love Android - Cann't Live Without Android Now http://www.dotphone.org/english/

On 4月5日, 上午1时29分, David Given <d.@cowlark.com> wrote:

Sean Kelley wrote:

[...]

In other words, it does not seem very appealing to be required to re-architect an SDL/Gtk+/fill-in-the-blank application to use the Android Java UI framework and then somehow re-partition the native code into libraries that may or may not be easy to combine with JNI.

Of course, they wouldn't run anyway because Android phones don't (AFAICT) have X. And even if you could you wouldn't want to do that because they wouldn't integrate with the Android UI and the result would be utterly horrible.

*Any* application that has a UI will have to have a UI written, and designed for, Android. And that's almost certainly going to mean Java, because that's what it's written in.

(It may be possible to wrap up all the JNI needed to call into the Android UI in, say, a set of C++ classes so that you can write a C++ app that used it; but it would be a repulsive amount of work and would probably be extremely brittle... and even then you wouldn't be able to subclass components, so you'd have to write Java code to receive callbacks. And, frankly, I don't see the benefit; you'll have to rewrite your UI to fit the Android framework anyway, so you might as well do it in the preferred language and save everyone a lot of time.)