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 photos - It captures the address, latitude, and longitude of the
POIApp
using the devices location capabilities - It captures and saves a photo of the
POIApp
using the devices camera - It saves details of the
POIApp
on the Cloud - It fetches and displays a list of the
POIApp
from the Cloud - It stores/caches the
POIApp
for offline viewing