0

I have already framed the connection between the app and the db on my web server using JSON(the app extracts the info using the JSON) although I have second thoughts in this type of connection I have no other way in my experience in Android to securely access the DB.

what I really want is to extract the information from the DB and load a specific XML file for the UI of the app for example:

The user is given a login box that has username and password then using JSON the data is received from a table in the db which is checked within the app and load the corresponding information(that is in the other columns) from the same table.

How to go about doing all this securely and at the same time efficiently?

Naaz
  • 273
  • 2
  • 6
  • 21

1 Answers1

0

Try this answer Secure HTTP Post in Android for an explanation of how to handle HTTPS in android.

Community
  • 1
  • 1
VM4
  • 6,321
  • 5
  • 37
  • 51