Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the initial step to start with android? How does java programming help? [closed]

Tags:

java

android

I am a Java professional. Now I'd like to write an application for the Android platform.

  • What is the initial step I need to take?
  • How does my Java programming experience help in this case?
like image 402
giri Avatar asked Aug 04 '26 04:08

giri


2 Answers

Android applications are written in the Java language but does not use the JVM - instead it runs on the Dalvik.

Download the Android SDK - it has examples and an emulator.

like image 50
Robert Christie Avatar answered Aug 06 '26 18:08

Robert Christie


Android Resources help me a lot to learn android programming.

like image 35
tbruyelle Avatar answered Aug 06 '26 17:08

tbruyelle