java ee - How to connect oracle 10g using android in API 19 -


need how connect oracle 10g using android in api 19. developing in api 19. can't connect oracle database. please give me solution or source code. thanks.

it out of box use oracle db directly can of web connections need write web services connect oracle db , use web services in yours program example use given tutorial learn more, can "normal" way access database put restful server in front of , use https protocol connect restful front end. need following purpose

1) webserver

2) database stored in webserver oracle db in yours case

3) webservices (json ,xml...etc) whatever comfortable with

4) http connection android client access web services.

for example , tutorials visit

http://www.coderzheaven.com/2011/07/27/android-phpmysql-connection-redone/#comment-7736

http://www.androidhive.info/2012/05/how-to-connect-android-with-php-mysql/


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -