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 ?
Related
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 5 months ago.
Improve this question
I am developing a E-commerce website and application and i want same backend for both app and web how can i do this in laravel?
You do it by creating API routes and having your website & apps use them.
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 4 years ago.
Improve this question
I am trying to use instamojo PG [1] to accept payments on my android app. For the backend I am using firebase,
Devsupport AI Android integration it is asking me URL for the access token
https://docs.instamojo.com/page/android-sdk
How do I create an endpoint in firebase to create this access token ?
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
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/
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 8 years ago.
Improve this question
I want to get data from a PC's database . I want to use REST Service to do this job . Can any body helps ?? that how to make a REST service on my Computer to get data from database .
following link is to create REST API
http://www.codeproject.com/Articles/105273/Create-RESTful-WCF-Service-API-Step-By-Step-Guide
and how to use it in android
http://www.simpleprogrammer.com/2011/06/04/oauth-and-rest-in-android-part-2/