简体   繁体   中英

JDK vs Android SDK (ASDK )?

I am new to android but has 8 years of experience in java based web apps. I have below questions on ADK while comparison JDK for web based development.

As Android Software Development Kit(ASDK) is used for android development. My question is does ADK also uses internally JRE to execute the server side files or it has separate runtime environment ?

Also how client side programming is done in ADK ? For example in java based web app we use HTML file to display the UI and JS to trigger the events both executed by browser ? Do we still use HTML/JS in android app for UI and cient side events os is there a separate mechanism for that ?

My question is does ADK also uses internally JRE to execute the server side files

There are no server-side files associated with Android apps, unless you decide to do that yourself (eg, have the app contact a Web service).

Do we still use HTML/JS in android app for UI and cient side events

You can, through so-called hybrid app frameworks, such as PhoneGap. Android has its own GUI framework, and various other engines exist (eg, Unity 3D for games).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM