随笔分类 -  Android API 翻译

摘要:1,java.lang.Object --->> android.support.v4.app.ShareCompat.IntentBuilder android.support.v4 jar包下。2,Class Overview 概述 IntentBuilder is a helper for constructing ACTION_SEND and ACTION_SEND_MULTIPLE sharing intents and starting activities to share content. The ComponentName and package name of 阅读全文
posted @ 2014-04-03 17:00 风景线外 阅读(1495) 评论(0) 推荐(0)
摘要:ListView虽然常用,可是还没有系统的知道他。先从API开始吧。http://developer.android.com/reference/android/widget/ListView.html略过summary了,直接进入xml attribute。A.Xml Attribute。1,android:dividerDrawable or color to draw between list items. 画在list的items之间的图片或颜色。May be a reference to another resource, in the form "@[+][package 阅读全文
posted @ 2013-12-15 22:00 风景线外 阅读(740) 评论(0) 推荐(0)
摘要:原文地址:http://developer.android.com/reference/android/Manifest.permission.html 翻译时间:2013年5月18日 16:12:30 public static final class Manifest.permission extends Object 1.String ACCESS_CHECKIN_PROPERTIE... 阅读全文
posted @ 2013-05-21 00:20 风景线外 阅读(353) 评论(0) 推荐(0)