2013年4月18日

Android&读取Sdcard中的歌曲,ListView操作

摘要: music.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout android:layout_width="fill_parent" 3 android:layout_height="wrap_content" 4 android:orientation="horizontal" 5 xmlns:android="http://schemas.android.com/apk/res/android& 阅读全文

posted @ 2013-04-18 21:07 Zachary_wiz 阅读(325) 评论(0) 推荐(0) 编辑

Android&多线程下载

摘要: FileDownloadThread.java 1 package com.zachary.mutildownloader; 2 3 import java.io.BufferedInputStream; 4 import java.io.File; 5 import java.io.IOException; 6 import java.io.RandomAccessFile; 7 import java.net.URL; 8 import java.net.URLConnection; 9 10 import android.util.Log;11 12 public class File. 阅读全文

posted @ 2013-04-18 21:03 Zachary_wiz 阅读(163) 评论(0) 推荐(0) 编辑

导航