Android
文章平均质量分 79
Winston_wu
㊣
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Google Android 文档笔记-Training-Getting started [1]
2013-7-11Create a Project with Command Line ToolsChange directories into the Android SDK’s tools/ path.android list targetsThis prints a list of the available Android platforms that you’ve dow原创 2013-07-23 10:34:04 · 904 阅读 · 0 评论 -
Google Android 文档笔记-Training-Getting started [2]
2013-7-12Make the Input Box Fill in the Screen WidthYou can do this inside a LinearLayout with the weight property, which you can specify using the android:layout_weight attribute. if you give one原创 2013-07-23 10:35:36 · 977 阅读 · 0 评论 -
Google Android 文档笔记-Training-Getting started [3]
2013-7-13Building a Dynamic UI with FragmentsUsing the Support LibraryThe Android Support Library provides a JAR file with an API library that allows you to use some of the more recent Android A原创 2013-07-23 10:36:06 · 909 阅读 · 0 评论 -
Google Android 文档笔记-Training-Getting started [4]
2013-7-14Saving Data in SQL DatabasesDefine a Schema and Contractthe schema: a formal declaration of how the database is organized. The schema is reflected in the SQL statements that you use to原创 2013-07-23 10:36:47 · 1219 阅读 · 0 评论 -
Google Android 文档笔记-Training-Getting started [5]
2013-7-15Sharing ContentSending Content to Other AppsTo send data to another activity, all you need to do is specify the data and its type, the system will identify compatible receiving activiti原创 2013-07-23 10:37:46 · 1122 阅读 · 0 评论
分享