
Api learning
文章平均质量分 87
maximer
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
<application>
http://developer.android.com/guide/topics/manifest/application-element.html 语法(SYNTAX): android:allowTaskReparenting=["true" | "false"] android:allowBackup=["true" | "false"]翻译 2014-02-21 11:41:04 · 749 阅读 · 0 评论 -
<uses-feature>
http://write.blog.youkuaiyun.com/postedit翻译 2014-02-21 10:24:21 · 766 阅读 · 0 评论 -
<path-permission> && <grant-uri-permission>
SYNTAX: android:path="string" android:pathPattern="string" android:pathPrefix="string" /> CONTAINED IN:DESCRIPTION:Specifies which data subsets of the pa原创 2014-02-20 15:07:43 · 939 阅读 · 0 评论 -
<permission-tree> & <permission-group> & <uses-permission> & <permission>
For example, an activity could be protected as follows: . . . > android:name="com.example.project.DEBIT_ACCT" . . . /> android:name="com.example.project.DEBIT_ACCT" /> . . . . . .原创 2014-02-20 14:39:08 · 1651 阅读 · 0 评论 -
Math tools
函数名 描述 示例 结果 pi 圆周率 math.pi 3.1415926535898 abs 取绝对值 math.abs(-2012) 2012 ceil 向上取整 math.ceil(9.1) 10 floor 向下取整 math.floor(9.9)转载 2014-03-17 11:40:56 · 595 阅读 · 0 评论