我試圖做一個簡單的應用程序,演示如何使用Android MediaPlayer。應用程序佈局顯示一個「選擇」按鈕,一個TextView和一個「播放」按鈕。用戶單擊選擇按鈕,TextView(到目前爲止成功)顯示URI,播放按鈕應啓動MediaPlayer。 但我不知道如何讓onActivityResult()在任何地方發送路徑。 public class MainActivity extends
空數據我得到這個代碼(由Android網絡),其存儲使文件的位置存儲圖像一旦開始活動 {
public static final int MEDIA_TYPE_IMAGE = 1;
public static final int MEDIA_TYPE_VIDEO = 2;
/** Create a file Uri for saving an image or vi
有沒有辦法強制藍牙? 都讓我發現到目前爲止是這樣的(使用estimote SDK,其中我的工作): // Check if device supports Bluetooth Low Energy.
if (!beaconManager.hasBluetooth()) {
Toast.makeText(this, "Device does not have Bluetooth Low
我正在嘗試使用onActivityResult來啓動Android圖庫,以便根據所選ImageButton顯示照片或視頻。 問題是,當試圖打開一張試圖啓動視頻播放器的照片時,我不確定原因。 P.S. 可以使用視頻ImageButton成功播放視頻。 private static final int SELECT_PHOTO = 1;
private static final int SELECT