moonmile solutions 分室

ソフトウェア開発者の情報収集をリアルタイムで垂れ流し...という具合に行きます。

2016-10-01から1ヶ月間の記事一覧

Android のカメラ

[android]ギャラリーもしくはカメラから画像を持ってくる - Qiita http://qiita.com/Yuki_Yamada/items/137d15a4e65ed2308787#%E3%82%B3%E3%83%BC%E3%83%89%E3%82%92%E6%AE%8B%E3%81%97%E3%81%A6%E7%B5%82%E4%BA%86

Android の Intent

Intentで情報を伝える | TechBooster http://techbooster.org/android/application/17324/ UWPの共有みたいなものか。 private void Btn_Click(object sender, EventArgs e) { Intent intent = new Intent(MediaStore.ActionImageCapture); file = new File(…