請看下列範例:
Intent intent = new Intent(); intent.setAction(android.content.Intent.ACTION_VIEW); File file = new File(photo.getLocalPath()); intent.setDataAndType(Uri.fromFile(file), "image/*"); context.startActivity(intent);
真的很簡單!
Android是Google為手機所打造的作業系統,良好的介面和易於學習的語言。這裡記錄著我的學習片段,就像一杯杯的咖啡,香韻留存。
沒有留言:
張貼留言