2017年10月17日

摘要: 在讲参数传递之前,先讲下intent的定义: Intent intent = new Intent(MainActivity.this,SecondActivity.class); //这是显式定义 如果是隐式定义,隐式Intent通过在AndroidManifest.xml中<activity>标 阅读全文
posted @ 2017-10-17 10:21 高速转弯 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 原文: http://blog.csdn.net/tanghongchang123/article/details/52982818 一、基本命令: 1、adb connect [ip] 2、 adb disconnect [ip] 3、adb uninstall [package] 4、.adb 阅读全文
posted @ 2017-10-17 00:30 高速转弯 阅读(1563) 评论(0) 推荐(0) 编辑

导航