Skip to content

Instantly share code, notes, and snippets.

@pokk
Created December 16, 2016 14:27
Show Gist options
  • Save pokk/519a6309f01db447f2a9d2a15844f5c6 to your computer and use it in GitHub Desktop.
Save pokk/519a6309f01db447f2a9d2a15844f5c6 to your computer and use it in GitHub Desktop.
Storage in Android ways

Intrduction

There are five ways for keeping data in Android.

  1. Shared Preferences
  2. Remote Space(Clouding Space)
  3. Internal Storages(Phone)
  4. Exteneral Storages(SD Card)
  5. Database(SQLite)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment