Does the Android Application Development comes under the J2ME programming or is it totally/partially different?
Please do let me know if anybody has a clear idea.
2 Answers 2
I think this tutorial is quite a good starting point.
If I were you, I'd definitely spend some time to learn Unity3D and use it for Android development. Unity allows you to develop games with great graphics and solid collision and camera support rapidly.
Comments
J2ME and Android development use Java as their primary programming language, but application lifecycles, libraries, and a number of other aspects are completely different.