android c++ sdk

65 views
Skip to first unread message

baldzar

unread,
Dec 30, 2010, 8:14:50 PM12/30/10
to android-ndk
Hi everyone,

I'd like to inform you about my recently started project named android-
cpp-sdk.
Actually it is a c++ wrapper for android's sdk and its intention is to
ease native development on android platform by clean code syntax and
provide easy access to as many as possible features of android
platform.
Project is in a very early stage and is located at
http://code.google.com/p/android-cpp-sdk/ .
A brief introduction can be found at http://code.google.com/p/android-cpp-sdk/wiki/Introduction
.

Any comments, questions, requests, reports are welcome.

Thanks.

Android dev

unread,
Jan 3, 2011, 12:23:51 PM1/3/11
to android-ndk
hi
nice project,
however im worried about the compatibility an application will have
considering different android versions, hardwares and devices

On Dec 30 2010, 11:14 pm, baldzar <bald...@gmail.com> wrote:
> Hi everyone,
>
> I'd like to inform you about my recently started project named android-
> cpp-sdk.
> Actually it is a c++ wrapper for android's sdk and its intention is to
> ease native development on android platform by clean code syntax and
> provide easy access to as many as possible features of android
> platform.
> Project is in a very early stage and is located athttp://code.google.com/p/android-cpp-sdk/.
> A brief introduction can be found athttp://code.google.com/p/android-cpp-sdk/wiki/Introduction

Zoran Angelov

unread,
Jan 3, 2011, 2:49:17 PM1/3/11
to andro...@googlegroups.com
Hi, thanks.
If you meant on NDK's c++ RTTI, exceptions and STL, no the sdk does
not use these features of NDK's toolchain, so it does not depends on
NDK version.
The sdk depends on jni only, which exists in all versions of NDK.
Actually sdk is generated with java2cpp tool from corresponding
android-sdk jar files, and there is android-cpp-sdk generated for each
android platform.
So compatibility of application using the android-cpp-sdk for specific
platform, depends/is based on compatibility of corresponding
android-sdk.
That means that if for an example, android-sdk guarantees that
application written for android 1.6 (using platform: android-4) will
run/be compatible on android 2.0 , the same should mean for
android-cpp-sdk too.

Thanks,

> --
> You received this message because you are subscribed to the Google Groups "android-ndk" group.
> To post to this group, send email to andro...@googlegroups.com.
> To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
>
>

Reply all
Reply to author
Forward
0 new messages