How to develop Website and android application that can sync data?
up vote
-5
down vote
favorite
Experienced in .net as well as php. I have a project of web application of a business which have all the modules Purchase, Sale, Stock, Barcoding, reporting etc. i am confused which technology to use. I also want to sync the web data with android application. kindly guide how to do that?
php android .net
New contributor
add a comment |
up vote
-5
down vote
favorite
Experienced in .net as well as php. I have a project of web application of a business which have all the modules Purchase, Sale, Stock, Barcoding, reporting etc. i am confused which technology to use. I also want to sync the web data with android application. kindly guide how to do that?
php android .net
New contributor
You need an API for that. The Android application makes a request to the PHP and the PHP replies with the requested data. I suggest you to format that response data in JSON. Then the Android application get's the response and parse it to use the data how it wants.
– J0ker98
20 hours ago
add a comment |
up vote
-5
down vote
favorite
up vote
-5
down vote
favorite
Experienced in .net as well as php. I have a project of web application of a business which have all the modules Purchase, Sale, Stock, Barcoding, reporting etc. i am confused which technology to use. I also want to sync the web data with android application. kindly guide how to do that?
php android .net
New contributor
Experienced in .net as well as php. I have a project of web application of a business which have all the modules Purchase, Sale, Stock, Barcoding, reporting etc. i am confused which technology to use. I also want to sync the web data with android application. kindly guide how to do that?
php android .net
php android .net
New contributor
New contributor
New contributor
asked 22 hours ago
user2294247
11
11
New contributor
New contributor
You need an API for that. The Android application makes a request to the PHP and the PHP replies with the requested data. I suggest you to format that response data in JSON. Then the Android application get's the response and parse it to use the data how it wants.
– J0ker98
20 hours ago
add a comment |
You need an API for that. The Android application makes a request to the PHP and the PHP replies with the requested data. I suggest you to format that response data in JSON. Then the Android application get's the response and parse it to use the data how it wants.
– J0ker98
20 hours ago
You need an API for that. The Android application makes a request to the PHP and the PHP replies with the requested data. I suggest you to format that response data in JSON. Then the Android application get's the response and parse it to use the data how it wants.
– J0ker98
20 hours ago
You need an API for that. The Android application makes a request to the PHP and the PHP replies with the requested data. I suggest you to format that response data in JSON. Then the Android application get's the response and parse it to use the data how it wants.
– J0ker98
20 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
user2294247 is a new contributor. Be nice, and check out our Code of Conduct.
user2294247 is a new contributor. Be nice, and check out our Code of Conduct.
user2294247 is a new contributor. Be nice, and check out our Code of Conduct.
user2294247 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53237728%2fhow-to-develop-website-and-android-application-that-can-sync-data%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You need an API for that. The Android application makes a request to the PHP and the PHP replies with the requested data. I suggest you to format that response data in JSON. Then the Android application get's the response and parse it to use the data how it wants.
– J0ker98
20 hours ago