> Second, as I understand it, Android is mostly in C, not C++, though I may > be wrong about that. >
I'm not sure what your point is in the above statement. Just because a system is built using one language, does not mean other apps cannot be developed using some other language. As long as there is a C++ compiler for the processor, then coding in C++ should not be an issue and neither should using the STL. BTW, there is an ARM C++ compiler which will work just fine if you want to develop native C++ applications. Of course, as Mark mentioned, Android apps are currently written in Java, although that may change in the future (at least here's to hoping). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

