Chapter 5. Adding a Details View
In this chapter, we will walk you through the process of creating a new activity to display the details of the selected POI. This activity also allows the user to create, update, and delete POIs from the server. The following topics will be covered in this chapter:
- Creating the layout and activity for displaying POI details
- Using
LinearLayout
,TableLayout
, andScrollView
to lay out the activity - Passing data between the activities using Intent bundles
- Consuming web services to perform the HTTP
POST
andDELETE
operations - Performing the
EditText
validation using theEditText.Error
property - Displaying confirmation prompts
Creating the POIDetail layout
So far, we have built the POIApp
to display the list of POIs fetched from ...
Get Xamarin Mobile Application Development for Android - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.