随笔分类 -  Android - 文档翻译

Android - 文档翻译
问题解决
摘要:1、定义一个添加View后自动换行的ViewGroup,但是自定义的ViewGroup的layout_height不管是怎么设置都是全满全屏的。我想要使之能够实现layout_height="wrap_content"时能够根据内容自适应高度,应该要怎么做?http://bbs.csdn.net/t... 阅读全文
posted @ 2014-09-26 18:06 wangwangheng 阅读(332) 评论(0) 推荐(0)
6、二、App Components(应用程序组件):1、Intents and Intent Filters(意图和意图过滤器)
摘要:1、Intents and Intent Filters(意图和意图过滤器) 1.0、Intents and Intent Filters(意图和意图过滤器) AnIntentis a messaging object you can use to request an action from anotherapp component. Although intents facilitate... 阅读全文
posted @ 2014-08-12 17:00 wangwangheng 阅读(1147) 评论(0) 推荐(0)
5、二、App Components(应用程序组件):0、概述
摘要:二、App Components(应用程序组件) 0、概述 App Components Android's application framework lets you create rich and innovative apps using a set of reusable components. This section explains how you can build the ... 阅读全文
posted @ 2014-08-12 16:48 wangwangheng 阅读(396) 评论(0) 推荐(0)
Android文档-开发者指南-第一部分:入门-中英文对照版
摘要:发布的博客,排版太不行了,整理下发在百度盘上了:第一部分:Introduction(入门) 0、Introduction to Android(引进到Android) 1、Application Fundamentals(应用程序基础) 2、Device Compatibility(设备... 阅读全文
posted @ 2014-07-11 23:12 wangwangheng 阅读(486) 评论(0) 推荐(0)
4、一、Introduction(入门):3、System Permissions(系统权限)
摘要:3、System Permissions(系统权限)Android is a privilege-separated operating system, in which each application runs with a distinct system identity (Linux user ID and group ID). Parts of the system are also ... 阅读全文
posted @ 2014-07-11 23:02 wangwangheng 阅读(2106) 评论(0) 推荐(0)
3、一、Introduction(入门):2、Device Compatibility(设备兼容性)
摘要:2、Device Compatibility(设备兼容性)Android is designed to run on many different types of devices, from phones to tablets and televisions. As a developer, the range of devices provides a huge potential audi... 阅读全文
posted @ 2014-07-11 22:58 wangwangheng 阅读(1071) 评论(0) 推荐(0)
2、一、Introduction(入门):1、Application Fundamentals(应用程序基础)
摘要:一、Introduction(入门) 1、Application Fundamentals(应用程序基础)Android apps are written in the Java programming language. The Android SDK tools compile your code—along with any data and resource files—into an ... 阅读全文
posted @ 2014-07-11 22:53 wangwangheng 阅读(658) 评论(0) 推荐(0)
1、一、Introduction(入门): 0、Introduction to Android(引进到Android)
摘要:一、Introduction(入门)0、Introduction to Android(引进到Android)Android provides a rich application framework that allows you to build innovative apps and game... 阅读全文
posted @ 2014-07-11 22:39 wangwangheng 阅读(677) 评论(0) 推荐(0)