摘要: 1.事前准备 <!--在res/values/styles.xml中--> <!--设置样式--> <style name="RemoteButton"> <item name="android:layout_width">0dp</item> <item name="android:layout_ 阅读全文
posted @ 2016-03-08 14:26 技术丶从积累开始 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Intent用于启动Activity, Service, 以及BroadcastReceiver三种组件, 同时还是组件之间通信的重要媒介.使用Intent启动组件的优势1, Intent为组件的启动提供了一致的编程模型. 无论想要启动的组件是Activity, Service, 还是Broadca 阅读全文
posted @ 2016-03-08 13:40 技术丶从积累开始 阅读(417) 评论(0) 推荐(0) 编辑