LoginSignup
2
3

More than 5 years have passed since last update.

Java未経験がAndroidStudioを扱う自分向開発手順

Last updated at Posted at 2017-11-29

写真編集アプリ開発から学ぶAndroid Studio
1、ローカル写真リストアンドセレクト
  ①写真サムネイルリストより選択した写真の拡大表示   

  ②保存された写真を全検索してデータベース化
   ・Sqlite3のローカルデータベースへ写真ごとのパスを保存
   ・各写真からExifデータを元にデータベースへ更新
   ・写真選択拡大表示と同時にコメント、キーワード等を
    データベース化

  ③ローカル写真検索処理
   ・キーワード及び分類キーにより写真を整理し条件指定でリストアップ

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3