定時(shí)靜音助手的實(shí)現(xiàn)方法,供大家參考,具體內(nèi)容如下
背景
突發(fā)奇想,剛好這學(xué)期剛上安卓課程,想設(shè)計(jì)一個(gè)時(shí)間助手。工作、學(xué)習(xí)中經(jīng)常會(huì)被突如其來(lái)的電話(huà)所打擾,在上班,上課時(shí)這突如其來(lái)的鈴聲會(huì)惹來(lái)別人的反感,而只靠人們的記性是很難在準(zhǔn)確的時(shí)間記得靜音。如果一直靜音,那么在休息時(shí)間又有可能漏接重要的電話(huà)。基于這種考慮,設(shè)計(jì)了這樣一自動(dòng)靜音小助手,來(lái)幫助人們?cè)诿β档纳钪卸〞r(shí)靜音,定時(shí)開(kāi)啟正常模式,簡(jiǎn)單方便。
界面設(shè)計(jì)
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <Button android:id="@+id/btnAddAlarm1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="添加靜音開(kāi)始時(shí)間" /> <TextView android:id="@+id/tvAlarmRecord1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:textSize="16dp" /> <Button android:id="@+id/btnAddAlarm2" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="添加靜音停止時(shí)間" /> <TextView android:id="@+id/tvAlarmRecord2" android:layout_width="fill_parent" android:layout_height="wrap_content" android:textSize="16dp" / </LinearLayout>
當(dāng)前文章:Android實(shí)現(xiàn)定時(shí)自動(dòng)靜音小助手-創(chuàng)新互聯(lián)
網(wǎng)站URL:http://chinadenli.net/article2/dhjooc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站設(shè)計(jì)公司、標(biāo)簽優(yōu)化、網(wǎng)站導(dǎo)航、網(wǎng)站收錄、品牌網(wǎng)站制作、企業(yè)建站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容