上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 52 下一页
摘要: 一、简介 1.在onListItemClick()中new Intent,Intent以存储序列化后的mp2Info对象作为参数,启动serivce 2.DownloadService在onStartCommand()中通过intent 获取mp3info,开启新线程,利用HttpDownloade 阅读全文
posted @ 2016-02-17 15:38 shamgod 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 一、项目设计 二、歌曲列表简介 1.利用java.net.HttpURLConnection以流的形式下载xml文件为String 2.自定义ContentHandler--》Mp3ListContentHandler 3.利用自定义的ContentHandler和javax.xml.parsers 阅读全文
posted @ 2016-02-17 10:26 shamgod 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 一、代码1.xml(1)activity_main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/t 阅读全文
posted @ 2016-02-16 18:00 shamgod 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 一、代码 1.xml(1)activity_main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/ 阅读全文
posted @ 2016-02-16 17:57 shamgod 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 一、流程 1.编写service,重写onBind(Intent intent),返回自定义的Binder 2.自写义Binder,提供一个可访问的方法,以传递数据 3.点击界面按钮会开启service,过程为,通过Intent的setClass指定要开启的service,再通过bindServic 阅读全文
posted @ 2016-02-16 16:52 shamgod 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 一、代码1.xml(1)main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:ori 阅读全文
posted @ 2016-02-16 16:49 shamgod 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 一、代码1.xml(1)main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:ori 阅读全文
posted @ 2016-02-16 13:02 shamgod 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 一、代码1.xml(1)main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:ori 阅读全文
posted @ 2016-02-16 11:15 shamgod 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 一、代码1.xml(1)main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:ori 阅读全文
posted @ 2016-02-15 23:01 shamgod 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 一、简介 二、代码1.xml(1)activity_main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 阅读全文
posted @ 2016-02-15 22:09 shamgod 阅读(191) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 52 下一页
haha