cekong

导航

2019年3月26日 #

未完

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2019-03-26 14:23 cekong 阅读(9) 评论(0) 推荐(0) 编辑

Android 各种常见activity

摘要: 引用:Activity初学乍练//1.拨打电话 // 给移动客服10086拨打电话 Uri uri = Uri.parse("tel:10086"); Intent intent = new Intent(Intent.ACTION_DIAL, uri); startActivity(intent); //2.发送短信 // 给10086发送内容为“Hello”的短信 Uri uri = Ur... 阅读全文

posted @ 2019-03-26 11:38 cekong 阅读(289) 评论(0) 推荐(0) 编辑

android 学习网站

摘要: 菜鸟教程 http://www.runoob.com/android/android-tutorial.html Android基础入门教程 http://www.runoob.com/w3cnote/android-tutorial-intro.html android官网 https://dev 阅读全文

posted @ 2019-03-26 10:52 cekong 阅读(157) 评论(0) 推荐(0) 编辑