0
Guys, I have a question on which bank to choose for an android application: Sql Server or Sqlite? I have a little Crawler, which doesn’t need to run every time, just once, and when there’s some update, it rarely happens.
0
Guys, I have a question on which bank to choose for an android application: Sql Server or Sqlite? I have a little Crawler, which doesn’t need to run every time, just once, and when there’s some update, it rarely happens.
2
Android internal bank only has the Sqlite (for small needs such as a simple game). If it’s an external database (for big needs, like a community), then it can be mysql or sql server. It goes from your need.
For external banks, you can try using free alternatives, such as google firebase, which is a nosql bank.
That answer is clearly wrong.
Browser other questions tagged android database sql-server android-studio sqlite
You are not signed in. Login or sign up in order to post.
If it is an external bank depends on the knowledge you have, with database you will use. The tip is to use what you have more experience.
– claudsan