The sample POIApp
In this chapter, we will begin by building a sample Points Of Interest (POIApp) app that will be completed through the remaining chapters of this book. This app will allow the user to capture, save, and manage the POIApp
and it supports the following features:
It captures information about the
POIApp
, including name, description, address, latitude, longitude, and photosIt captures the address, latitude, and longitude of the
POIApp
using the devices location capabilitiesIt captures and saves a photo of the
POIApp
using the devices cameraIt saves details of the
POIApp
on the CloudIt fetches and displays a list of the
POIApp
from the CloudIt stores/caches the
POIApp
for offline viewing