2011年8月12日

调用系统相应APP汇总

摘要: 打开mp3播放器播放音乐Intent it = new Intent(Intent.ACTION_VIEW);Uri uri = Uri.parse("file:///sdcard/song.mp3");it.setDataAndType(uri, "audio/mp3");startActivity(it);Intent it = new Intent(Intent.ACTION_VIEW);Uri uri = Uri.parse("file:///sdcard/song.mp3");it.setDataAndType(uri, & 阅读全文

posted @ 2011-08-12 12:05 低调点 阅读(206) 评论(0) 推荐(0) 编辑

Android MapView和其他控件一起显示

摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <view class 阅读全文

posted @ 2011-08-12 11:49 低调点 阅读(696) 评论(0) 推荐(0) 编辑

导航