MobileApp > Android > Data


プリファレンス

  SharedPreferences()オブジェクトのedit()を使って
  SharedPreferences.Editorのオブジェクトを取得する

値のセット

  putString()もしくは
  putInt()などで値をセットする

保存場所

  data/data/{アプリケーションパーケージ}/shared_prefs

  参考 - 次世代創造機構


ファイルシステム

  通常のJAVAと同じファイルストリームが利用できる


SQLite

  参考 - codeZineさん


Content Provider

  工事中

ContentURI

SDメディア

   参考:Android Developers - Data Storage - External Storage

Music/ - Media scanner classifies all media found here as user music.
Podcasts/ - Media scanner classifies all media found here as a podcast.
Ringtones/ - Media scanner classifies all media found here as a ringtone.
Alarms/ - Media scanner classifies all media found here as an alarm sound.
Notifications/ - Media scanner classifies all media found here as a  notification sound.
Pictures/ - All photos (excluding those taken with the camera).
Movies/ - All movies (excluding those taken with the camcorder).
Download/ - Miscellaneous downloads.



  戻る


Front page   New List of pages Search Recent changes   Help   RSS of recent changes