随笔分类 -  【Android API 翻译】

Translate Android API for more thinking
摘要:Contacts Provider电话簿(注:联系人,联络人、通信录)提供者-------------------------------QUICKVIEW快速概览* Android's repository of information about people.* Android的关于人的信息的... 阅读全文
posted @ 2013-10-10 22:41 马走日 阅读(480) 评论(0) 推荐(0)
摘要:Android应用程序是用Java编程语言编写的。Android SDK工具把应用程序的代码、数据和资源文件一起编译到一个Android程序包中(这个程序包是以.apk为后缀的归档文件),一个Android应用程序就是一个单独.apk文件中的所有内容,并且Android设备使用这个文件来安装应用程... 阅读全文
posted @ 2013-10-09 02:09 马走日 阅读(184) 评论(0) 推荐(0)
摘要:------- 源自梦想、永远是你IT事业的好友、只是勇敢地说出我学到! ----------仅供学习和交流使用,翻译不好勿喷,请只摘除不合适的地方TestingThe Android framework includes an integrated testing framework that ... 阅读全文
posted @ 2013-09-13 00:22 马走日 阅读(157) 评论(0) 推荐(0)
摘要:Testing FundamentalsThe Android testing framework, an integral part of the development environment, provides an architecture and powerful tools that h... 阅读全文
posted @ 2013-09-13 00:21 马走日 阅读(147) 评论(0) 推荐(0)