2012年3月21日

Activities活动

摘要: Activities活动An Activity is an application component that provides a screen with which users can interact in order to do something, such as dial the phone, take a photo, send an email, or view a map.一个Activity是一个应用组件,它提供了一个屏幕,用户通过此屏幕进行交互操作,并处理一些事情,比如像拔电话,拍照,发邮件,看地图。Each activity is given a window in 阅读全文

posted @ 2012-03-21 20:06 EarlyBird 阅读(1567) 评论(0) 推荐(3)

Application Fundamentals应用基础

摘要: Application Fundamentals应用基础Android applications are written in the Java programming language. Android应用是用Java 语言写的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.Android SDK工具编译代码---及与代码一起的任意数据,资源文件---到一个包中,一 阅读全文

posted @ 2012-03-21 08:15 EarlyBird 阅读(811) 评论(0) 推荐(0)

导航