[Android]Uri取用raw資源,利用Notification播放聲音
下面程式是在引發Notification功能時,播放指定的聲音
Url alert;
NotificationManager manger = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
Notification notification = new Notification();
notification.sound=alert.parse("android.resource://" + getPackageName() + "/" +R.raw.beepd);
manger.notify(1, notification);
不管什麼資源,透過此方式就可以將raw指定給android內建的一些函數, 例如:
MediaPlayer,Notification,VideoView,ImageView,但是檔案格式要符合Android的支援格式。
另個例子:
Url alert;
VideoView vv;
vv.setVideoURI=alert.parse("android.resource://" + getPackageName() + "/" +R.raw.myVideo);
:
:
Android reference:
http://developer.android.com/guide/topics/ui/notifiers/notifications.html
Google Nexus S 開箱影片
從謠言一直到真正的看到影片開箱,google又另一個代表作Nexus S,這次
是請三星代工,很多人正在等googl是否有解決i9000的gps問題!
不過在這影片中好像沒有做特別的測試,希望之後會有對這部分有較
明確的答案!
Android 中華電信 APN 設定
最近在測試手機Hero的ROM,發現有些ROM設要手動設定APN
|
CHT emome |
|
CHT internet |
|
CHT mms |
所以就找到資料先做紀錄一下,也給有需要的。
Motorola Droid
早上看到CNET的文章提到Motorola的新手機「Droid」,終於好久
沒在台灣市場上看到的Motorola出新手機,而且還採用現在火熱的
Android作業系統的手機,不過會我會好奇的是它的廣告,有點反諷
iPhone的意味,當然是否能真的與iPhone匹敵這就要看上後合不合
使用者的操作習慣,畢竟iPhone強的是iTunes,這個容易使用的軟
體配上iPhone真的讓太多人愛不釋手。

