We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wiki-review: 2026-06-18T015710Z
wiki-review: 2026-05-27T014848Z
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'.
wiki-review: 2026-05-11T081506Z
Updated Storing and Accessing SharedPreferences (markdown)
Move http urls to https
Revert back to commit 372f844
Revert 5ad56a8c960446e64cd2ff1f451ff97ac06b3a1d...2932113aaab14f7ca9e761ff42e3cdd2fe50bcb1 on Storing and Accessing SharedPreferences
it should be editor.putString(key, value)
SharedPreferences is not a class it is an interface. Reference : https://developer.android.com/reference/android/content/SharedPreferences.html
replaced 0 with the appropriate constant Context.MODE_PRIVATE
Remove usage of `commit()` in favor of the recommended `apply() method.
Abbreviate this part.
Add a section title
Fixed several typos and some grammar.
Updated SharedPrefrences Storing and Accessing (markdown)