I want to know what are the internal and external databases that I can use with each mobile OS.
SQLite is a popular choice for each of them. It's light-weight, with all the database access in-process, and the storage in a single file (plus journal).
It is included in the iOS and Android SDKs. There are distributions for Windows Phone 7.
Generally, you will not use external databases per se, though of course it is common to use internet APIs (which in turn will usually use databases)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With