2

Where can I learn using MS SQL in Android development? Please help.

Comments
  • 2
    you......want to connect an android app to a MSSQL database?

    not to be blunt - but thats doing it wrong. use an API.
  • 0
    If you must connect directly from an Android app, just use JTDS. Android is Java, after all. (Native, that is.)

    I'm guessing this would work. Haven't tried it myself.
  • 1
    MS and Java, bad combination, there are several other better methods for storing data on android
  • 0
    In Android development you could use SQLite as a best solution for implementing local data storages. But also you are free to create your own server side application that will use MS SQL, that will provider api to your android client
  • 0
    You can check Udacity out. They have a course on not exactly what you want but SQLite for local data storage on Android. I'm actually taking now.. Pretty nice stuff.
Add Comment