How does a web based Android Application work?
-
How do they request data from the server? In which format does the server send the data? How does the server accept requests from the Android App? Like i have a text fieldĀ and i want to change its value based on value stored in server?What will be the steps involved in this full details like from server and point of view .
-
Answer:
Android applications are connected to the server using Web Services (Restful*) using a HTTP client on the android end. These web services are written in a server side scripting language (PHP/JSP/C#...) and return data in either .xml/.json (recommended) format. You will have to parse this json string at the android end and make the required changes.
Karan Kumar at Quora Visit the source
Related Q & A:
- How to review a web application code?Best solution by Stack Overflow
- How to clear data in android application programatically?Best solution by Stack Overflow
- How to develop a web application?Best solution by Stack Overflow
- How do I create a web based msn?Best solution by Yahoo! Answers
- How does a degree in Fine Arts work?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.