Well, I have a question on which database to choose for an android application: Sql Server or Sqlite? I have a small Crawler, which does not need to run every time, just once, and when there is an update, it happens rarely.
Well, I have a question on which database to choose for an android application: Sql Server or Sqlite? I have a small Crawler, which does not need to run every time, just once, and when there is an update, it happens rarely.
Inner android bank only has SQLite (for small needs like a simple game). If it is external bank (for big needs, as a community) then it can be mySql or sql server. It's up to you.
For foreign banks, you can try using free alternatives such as google firebase, which is a nosql bank.