lrc_word = StringHelper.spiltString(strWord);
                }
            }
        }
    }
4.5 手机扩展卡访问功能
4.5.1 播放器文件浏览器界面实现
如图4.5所示。手机扩展卡界面示意图
 
图4.5 播放器SD卡界面示意图
SD卡界面功能实现部分代码:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="fill_parent"
    android:layout_height="fill_parent" android:background="@drawable/list_bg">
    <LinearLayout android:layout_width="fill_parent"
        android:gravity="center" android:layout_height="wrap_content"
        android:background="@drawable/footer_bar">
        <TextView android:text="SD卡" android:id="@+id/store_card" android:textStyle="bold"
            android:layout_width="wrap_content" android:layout_height="wrap_content"
            android:textSize="@dimen/music_list_title"></TextView></LinearLayout>
    <ListView android:id="@id/android:list" android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
        <TextView  android:layout_width="10px"
        android:layout_height="wrap_content" />
    <TextView android:id="@id/android:empty" android:layout_width="wrap_content"
        android:layout_height="wrap_content" android:text="@string/no_files" /></LinearLayout>
4.5.2 播放器文件浏览器功能实现
播放器文件浏览器功能部分代码实现:    
private void showDialog(String msg, final File file) {
        AlertDialog.Builder builder = new AlertDialog.Builder(this);
        builder.setMessage(msg).setCancelable(false).setPositiveButton("确定",
                new DialogInterface.OnClickListener() {
                    public void onClick(DialogInterface dialog, int id) {
                        String fileName = file.getName().substring(0,
                                file.getName().indexOf("."));
                        Log.i("info", fileName);
                        if (query(fileName)) {
                            insertMusic(file);
                        }
上一篇:ASP.net+sqlserver手工艺分享网站设计与开发
下一篇:ASP人才招聘网站的设计与实现+ER图+流程图

基于Apriori算法的电影推荐

基于PageRank算法的网络数据分析

基于神经网络的验证码识别算法

基于网络的通用试题库系...

python基于决策树算法的球赛预测

基于消费者个性特征的化...

基于网络的通用试题库系统的整体规划与设计

C#学校科研管理系统的设计

国内外图像分割技术研究现状

10万元能开儿童乐园吗,我...

承德市事业单位档案管理...

公寓空调设计任务书

中国学术生态细节考察《...

志愿者活动的调查问卷表

神经外科重症监护病房患...

AT89C52单片机的超声波测距...

医院财务风险因素分析及管理措施【2367字】