Skip to content

History / Storing and Accessing SharedPreferences

Revisions

  • wiki-review: 2026-06-18T015710Z

    codepath-wiki-review[bot] committed Jun 18, 2026
  • wiki-review: 2026-06-18T015710Z

    codepath-wiki-review[bot] committed Jun 18, 2026
  • wiki-review: 2026-05-27T014848Z

    codepath-wiki-review[bot] committed May 27, 2026
  • fix(wiki-prepass): correct 58 spelling typos across 34 files (2026-05-11T091456Z) Run of typos-cli 1.46.1 with manual audit. Each change verified against context to avoid breaking code identifiers, library names, or Android API constants (e.g. MODE_WORLD_WRITEABLE kept; SQLBrite library name preserved). Two false positives skipped: DB filename string 'Infor.db' and proper name 'Dan Lew'.

    @mitchellcodepath mitchellcodepath committed May 11, 2026
  • wiki-review: 2026-05-11T081506Z

    codepath-wiki-review[bot] committed May 11, 2026
  • Updated Storing and Accessing SharedPreferences (markdown)

    @clechr clechr committed Oct 31, 2021
  • Move http urls to https

    @clechr clechr committed May 3, 2021
  • Revert back to commit 372f844

    @clechr clechr committed May 3, 2021
  • Updated Storing and Accessing SharedPreferences (markdown)

    Kashan Ahmad committed Feb 28, 2021
  • Updated Storing and Accessing SharedPreferences (markdown)

    Kashan Ahmad committed Feb 28, 2021
  • Updated Storing and Accessing SharedPreferences (markdown)

    @HasanElHefnawy HasanElHefnawy committed Mar 18, 2019
  • Updated Storing and Accessing SharedPreferences (markdown)

    @HasanElHefnawy HasanElHefnawy committed Mar 13, 2019
  • Revert 5ad56a8c960446e64cd2ff1f451ff97ac06b3a1d...2932113aaab14f7ca9e761ff42e3cdd2fe50bcb1 on Storing and Accessing SharedPreferences

    @HasanElHefnawy HasanElHefnawy committed Mar 13, 2019
  • Updated Storing and Accessing SharedPreferences (markdown)

    @HasanElHefnawy HasanElHefnawy committed Mar 13, 2019
  • Updated Storing and Accessing SharedPreferences (markdown)

    @rogerhu rogerhu committed Sep 15, 2018
  • Updated Storing and Accessing SharedPreferences (markdown)

    @rogerhu rogerhu committed Sep 15, 2018
  • Updated Storing and Accessing SharedPreferences (markdown)

    @pnewby060 pnewby060 committed Feb 15, 2018
  • it should be editor.putString(key, value)

    @slamdon slamdon committed Dec 2, 2017
  • SharedPreferences is not a class it is an interface. Reference : https://developer.android.com/reference/android/content/SharedPreferences.html

    @pssenthilkumarmca pssenthilkumarmca committed Jun 5, 2017
  • replaced 0 with the appropriate constant Context.MODE_PRIVATE

    @smuzani smuzani committed Jan 1, 2017
  • Remove usage of `commit()` in favor of the recommended `apply() method.

    @JimVanG JimVanG committed May 17, 2016
  • Abbreviate this part.

    Roger Hu committed Aug 5, 2015
  • Add a section title

    Roger Hu committed Aug 5, 2015
  • Fixed several typos and some grammar.

    @ckashby ckashby committed Dec 13, 2014
  • Updated SharedPrefrences Storing and Accessing (markdown)

    @nesquena nesquena committed Dec 19, 2013