- 3
- 0
- 约3.58万字
- 约 18页
- 2018-04-29 发布于浙江
- 举报
Android Application Fundamentals
Android applications are written in the Java programming language. The Android SDK tools compile the code—along with any data and resource files—into an?Android package, an archive file with an?.apk?suffix. All the code in a single?.apk?file is considered to be one application and is the file that Android-powered devices use to install the application.
Once installed on a device, each Android application lives in its own security sandbox:
The Android operating system is a multi-user Linux system in which each application is a different user.
By default, the s
原创力文档

文档评论(0)