发布时间:2015-05-05 20:22:53
intent的属性及intent-filter配置1 component 属性作用 :component用于明确指定需要启动的目标组件;设置:给intent设置component这个属性的方法是 intent.setComponent(ComponentName comp),从该方法的参数得知,设置intent的Component属性,需要一个ComponentName的对象。 因此.........【阅读全文】
发布时间:2015-05-05 10:49:40
Android 学习笔记 Contacts (一)ContentResolver query 参数详解分类: android学习2012-11-06 00:05 16508人阅读 评论(10) 收藏 举报androidAndroidContactsquery参数联系人获取目录(?)[+]1.获取联系人姓名一个简单的例子,这个函数获取设备上所有.........【阅读全文】
发布时间:2015-05-05 10:15:26
1 Error inflating class button- in the .xml ,the defination of button is not ......【阅读全文】
发布时间:2015-05-04 18:14:27
LinearLayout和RelativeLayout共有属性:java代码中通过btn1关联次控件android:id="@+id/btn1"控件宽度android:layout_width="80px" //"80dip"或"80dp"android:layout_width =“wrap_content”android:layout_width =“match_parent” 控件高度android:layout_height="80px"&nb.........【阅读全文】