Created
August 11, 2025 00:56
-
-
Save gbajaj/814b06cc0aadb7a15940f4ac0b18a22a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RAM | VM Heap | Internal Storage | |
|---|---|---|---|
| Shared by: All apps & system | Your app only | All apps & system | |
| Speed: Fastest | Fast | Slowest | |
| Persistence: Lost on reboot | Lost when app killed | Survives everything | |
| When full: App gets killed | OutOfMemoryError | IOException | |
| Typical size: 1-16GB | 16-512MB | 8GB-1TB | |
| Test with: 512MB emulator | 32MB heap | 2GB storage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment