freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

android音樂(lè)播放器的設(shè)計(jì)與實(shí)現(xiàn)畢業(yè)設(shè)計(jì)論文-預(yù)覽頁(yè)

 

【正文】 id:layout_centerHorizontal=true android:layout_toLeftOf=+id/ibtn_player_voice android:layout_toRightOf=id/ibtn_player_list 13 android:ellipsize=marquee android:focusable=true android:focusableInTouchMode=true android:gravity=center_horizontal android:lines=1 android:marqueeRepeatLimit=marquee_forever android:singleLine=true android:text=顯示歌名 android:textColor=android:color/white android:textSize=19sp android:textStyle=bold / TextView android:id=+id/tv_player_singer_info android:layout_width=fill_parent android:layout_height=wrap_content android:layout_below=id/tv_player_song_info android:layout_centerHorizontal=true android:layout_toLeftOf=+id/ibtn_player_voice android:layout_toRightOf=id/ibtn_player_list android:ellipsize=marquee android:focusable=true android:focusableInTouchMode=true android:marqueeRepeatLimit=marquee_forever android:paddingLeft=71dip android:singleLine=true android:text=顯示歌手 android:textColor=android:color/white android:textSize=15sp / ImageButton android:id=+id/ibtn_player_voice android:layout_width=wrap_content android:layout_height=wrap_content android:layout_alignParentRight=true android:background=drawable/player_btn_voice / /RelativeLayout 1. 播放音軌 SeekBar 在 , SeekBar的代碼如下: SeekBar android:id=+id/sb_player_voice android:layout_width=fill_parent android:layout_height=wrap_content 14 android:layout_centerVertical=true android:layout_toLeftOf=id/iv_player_max_voice android:layout_toRightOf=id/iv_player_min_voice android:background=drawable/voice_seekbar_bg android:paddingLeft=5dp android:paddingRight=5dp android:progressDrawable=drawable/voice_seekbar_progress android:thumb=drawable/voice_seekbar_thumb / 上面代碼中有參數(shù) android: thumb=drawable/ voice_seekbar_thumb為音軌游標(biāo)的圖片資源 android: progressDrawable=drawable/ voice_seekbar_progress 為 SeekBar條的風(fēng)格 style。 }else if (() == ) { // 設(shè)置音量 (, progress, 0)。 (op, PROGRESS_CHANGE)。用的是布局中的線性布局 LinearLayout, 。 } /** * 上一首 */ private void lastOne() { if ( == 1 || loop_flag == LOOP_ONE) { position = position。 startService(intent)。 17 position = findRandomSound()。 i 。 randomNum++。 setup()。 case STATE_PAUSE: play()。 } })。 (length, 1)。 } if (random_flag == true) { if (randomNum 1) { randomIDs[randomNum] = position。 for (int i = 0。 position = findRandomSound()。 } } stop()。這樣就可以通過(guò) Intent將數(shù)據(jù)傳入到其它的 Activity。 }else if (position==1) { SetRing()。 TreeMapInteger, LRCbean lrc_read = new TreeMapInteger, LRCbean()。 (path)。 return。//記得歌詞一定要設(shè)置 UTF8,否則歌詞編碼直接亂碼喔。:39。.39。 String lrc[] = ()。 } for (int i = 0。// 分 int s = (lrcTime[1])。 (begintime)。 } catch (IOException e) { ()。 23 LRCbean oldval = null。 if (oldval == null) { oldval = val。 (new Integer(i), item1)。//開(kāi)始時(shí)間 public int getBeginTime() { return beginTime。 } public String getLrcBody() { return lrcBody。//歌詞實(shí)體 } (四) 皮膚更換 皮膚更換界面如圖 所示: 圖 皮膚設(shè)置 部分代碼如下: public class SkinSettingActivity extends SettingActivity { private GridView gv_skin。 setContentView()。 mSetting=new Setting(this, true)。 (new OnItemClickListener() { Override public void onItemClick(AdapterView? parent, View view, int position,long id) { //更新 GridView (position)。 } } protected void onResume() { ()。 } 五、 軟件測(cè)試 (一) 軟件的測(cè)試 一個(gè)程序并不可能達(dá)到十分完美,難免存在一些錯(cuò)誤。測(cè)試結(jié)果如表 表 播放器主要模塊功能測(cè)試結(jié)果 測(cè)試模塊 測(cè)試結(jié)果 用戶圖形界面 皮膚更換 能友好的與用戶交互 能進(jìn)行皮膚更換 歌詞同步顯示 能準(zhǔn)確的與歌曲同步 ( 三 ) 測(cè)試結(jié)論 通過(guò)相關(guān)的系統(tǒng)功能測(cè)試表明,該音樂(lè)播放器能播放 MP3 格式的音樂(lè)文件,能正確的響應(yīng)用戶對(duì)其基本功能的控制,基本滿足了音樂(lè)播放器的要求。而其它的功能都是在這兩個(gè)模塊的基礎(chǔ)上去補(bǔ)充添加的,這是功能的確是必不可少的功能,否則就不具備音樂(lè)播放器的基本功能了。 本次程序設(shè)計(jì),對(duì)播放器的系統(tǒng)結(jié)構(gòu)框架做了精心的構(gòu)思 與設(shè)計(jì),采用主要開(kāi)發(fā)工具是 Eclipse+Java 語(yǔ)言的支持, Android Development Tool 的插件,和 Android SDK 版本的全面結(jié)合,才使整個(gè)音樂(lè)播放器系統(tǒng)得以實(shí)現(xiàn)。還有后續(xù)的系統(tǒng)測(cè)試,要能靈活利用各種軟件測(cè)試模型,最 大的優(yōu)化軟
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1