1

Few questions :

I am coding for android app, and have oracle account (database) and wondering if there are specific ways to connect from android to oracle database ?.

Or are there any easier ways to connect to database rather than oracle?.

Is there specific connecting strings I have to follow ?

0

1 Answer 1

1

In order to connect to an external database, you'll need a webservice that will do the job. The only database that Android makes direct access is the SQLite. For more information about saving data in your android device, you can reffer to this link: http://developer.android.com/training/basics/data-storage/index.html. If you go for the webservice, I would recommend you to check the Volley library: https://developer.android.com/training/volley/index.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.