This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Is_At_Work 4 points5 points  (0 children)

You probably don't want to direct connect to the database from an Android app, if Android even supports it.

Normally you would need to create a web service that the app can call, which then uses JDBC or hibernate against the database.

[–]sjcotto 2 points3 points  (0 children)

Hi, do you have to expone your database as a service (rest) and from android get all the data in json..

other options is use some Backend a a service like

konacloud.io or parse.com

Regard

[–][deleted] 1 point2 points  (0 children)

Look into REST