I had several mobile projects in which I used MoSync
. In these projects I work mostly with c++ for Java ME platform. I found this toolkit nice and robust. Result was perfect, I run applications on my phone.
Now I think about android platform. I wonder if MoSync
is right toolkit for c++ development for this platform. Will development process and result be as smooth as for Java ME platfrom?
Thanks!
ADDITION
I heard about android NDK, but as I understand, it is told that
you should understand that the NDK will not benefit most apps
That is major reason why I avoid using it.