I'm looking for a little bit of a compare/contrast on the differences between developing for Android with C++ vs. straight Java. For example, what extra steps should I expect to go through to interface C++ code with the Android system? I know that C++ can get me closer to the hardware and (sometimes) give me better performance, depending on the app. But in practice, how would a flowchart of developing with Java compare to a flowchart of developing with C++?
THANKS!