There is no plan for this.  If you want to write one of these things, write
it in the Java language.  The native activity support in 2.3 is intended for
very specific types of apps such as games.

And of course, you can always use JNI and your own Java language glue if you
have native code that you want to expose as a service or such.

And Binder is the mechanism in Android for cross-language interactions,
though it isn't used much for that and the support is not fully baked.
 (Specifically aapt can only output Java language interfaces.)

On Mon, Jan 17, 2011 at 7:41 AM, Ajay Prabandham <[email protected]> wrote:

> Dear community,
>                             I was browsing through the Android NDK info on
> the Android developers website, and found that currently only NDK ACTIVITY
> components can be invoked from SDK components. I an curious to know whether
> adding the capability to NDK Services and Content Providers to be invoked
> from the Java components, would be a good project idea.
> The questions that crop up are:
>
>
> 1. Is there any inherent property of the SDK/NDK that prevents Services to
> be accessed in this way?
> 2. Is anyone/any group already working on this "feature"?
>
> The intention is to provide cross-language RMI, something that middleware
> such as CORBA support inherently.
>
> Regards,
> Ajay
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to