Android Development

Understanding web APIs

Ordinarily your Android application needs to get information from the web, to furnish clients with new data as well as information. There are various ways your application could accomplish this.  

You could set up your own web administration/API, or you could be getting from a generally existing assistance/API. In this article, we will examine how to utilize a Web API inside your Android application, to bring information for your clients. There are two significant techniques for recovering information from most web administrations, XML or JSON. XML represents extensible Markup Language, and its grammar fairly looks like HTML (Hyper Text Markup Language), in that they are both markup dialects. The example XML portrayal of a human can be. 

XML Parsing (Prev Lesson)
(Next Lesson) Async Task
Back to Android Development

No Comments

Give a comment