Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have a website based on PHP & Oracle 10g Database
I want to create an android application for this website using Phonegap Framework & Eclipse
I want to know if Phonegap support connection to an EXTERNAL oracle database
First you have to create webservice for accessing Oracle 10g database.
Then access database via webservice using Javascript/jQuery.
You can get idea by following these tutorials,
http://kmithi.wordpress.com/2012/02/26/8/
http://informationastronaut.blogspot.in/2012/05/get-json-data-from-webservice-using.html
http://coenraets.org/blog/2011/10/sample-application-with-jquery-mobile-and-phonegap/
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 days ago.
Improve this question
I tired to sync from Offline sqlLite saved data send and sync with live MSSQL database in server side using React Native framework Without connecting API ?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am new to Android programming and I want to make an online marketing app, but I have no website as web service for send and receive data in database between server and client. What can I use instead of a website?
Can I use any free API for it? I searched API and checkout below links:
https://moz.com/blog/apis-for-datadriven-marketers
https://www.programmableweb.com/category/marketing/api
https://firebase.google.com/docs/storage/android/start
Maybe you can use Firebase for data store and retrive in realtime: and it's free
https://console.firebase.google.com/u/0/?pli=1
You can create your own database and retrive and store date there.
https://github.com/firebase/quickstart-android
for referance its github example
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am working on an android application for my institute. I have to connect my app to the existing database of the college, although there is no API written. When I contacted the administration for help then they only handed me a SQL connection string and told me to write the API myself. I want to focus on the application only. Is there any way I can skip the API writing and still connect to the database easily and quickly??
As per my knowledge you cannot access database without using API. You can create your own database in SQLite but it will be local (offline) database.
One more thing, you can migrate database from one platform to another, but you will need an API to access data.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
We have one DOTNET application and now we are planning to make an Android application for that.So, i need to use already existing SQLSERVER 2008 database.Can any one tell me how to create the WebServices in java to use that DOTNET Database.Thanks for any help.
You have to write server side code using database connectivity for SQLServer 2008. Its upto your requirement which database you have to use. You can use any database as you use in java.
For the creation of webservices in java using Eclipse IDE here is very good tutorial
http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am creating an android app and I am using both global and local database. I am using PHP and MySQL for global database. How can I synchronize my android app with the PHP code(or website)?
Anushka you should read this post
Remote api call using android sdk in case you need to use data to show in your app
or, if you need to directly show your php page in android you could use webview