Android uses a file system that's similar to disk-based file systems on other platforms. The system provides several options for you to save your app data:
- Preferences: Store private, primitive data in key-value pairs.
- Databases: Store structured data in a private database using the Room persistence library.
In this module, going to discuss about
- Shared preferences
- XML Parsing
- Understanding web APIs
- Async Task
- Introduction to JSON
- Web Service
- MySQL Databases
- Firebase
No Comments