What type of storage is commonly used to store large amounts of structured data in Android?
Shared Preferences
External Storage
Internal Storage
SQLite Database
Correct Answer: D — SQLite Database
Explanation:
SQLite Database is commonly used to store large amounts of structured data natively in Android.