Can anybody please tell me that how closely Android Application Development is associated with Java. That is, is it possible for a person working in Android Development to work on Core Java or J2EE or J2SE ever?
Let me make my question a bit more clear: ” As Android is based on Java, but does it depends on Java so well that a person from the Android development side can work in Core Java or J2EE or in J2SE.?
Seeking really to know this now.
Java EE is just a group of specifications, basically, I believe 13 or so, but, if you do Android development you will need to know Java, so, depending on how much knowledge you expect to transfer what you do in Android will help you with Java SE, but, for Java EE that is a matter of learning the various technologies that make up that stack.
Java is the language that is used to write Android applications, so it does depend on it.
But, some of the ways that you approach Android applications will be different than in most Java frameworks or environments. For example, their concept of an
Activityis something that I haven’t seen, as they have implemented it.