On Mon, May 16, 2011 at 9:35 AM, souissi haythem <haythe...@gmail.com> wrote: > can i install an application which have been developped in c++ in an > android device? > > i have the code in c++ and i don't want to lose time to make an > equivalent application in java.
You do not really have much of a choice. Applications on Android have something called a "user interface". This is either written in Java using the standard Android widget framework, in Java using the Canvas 2D graphics API, in Java/C/C++ using OpenGL, etc. It is highly unlikely that whatever user interface your existing code has will work completely unchanged on Android. That being said, you can use C++ code on Android via the NDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.0 Programming Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en