Book Image

Xamarin Mobile Application Development for Android

Book Image

Xamarin Mobile Application Development for Android

Overview of this book

Table of Contents (18 chapters)
Xamarin Mobile Application Development for Android Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we covered a lot about how to create user interface elements using different layout managers and widgets such as TextView, ImageView, ProgressBar, and ListView.

We also covered how to consume REST web services using the Xamarin.Android HttpClient class, deserialize the JSON response using the Json.NET component, and populate the data on the screen.

The next chapter will introduce you to some more view groups and build more complex UIs. We will continue with POIApp by adding a detailed view and allow the user the option to create or delete a Point Of Interest.