Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 812 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 812 Bytes

On the Map

Fourth project - iOS Developer Nanodegree Program (Udacity)

Project Overview

Students will create an app with a map that shows information posted by other students. The map will contain pins that show the location where other students have reported studying. By tapping on the pin users can see a URL for something the student finds interesting. The user will be able to add their own data by posting a string that can be geocoded to a location, and a URL.

What will I learn?

You will learn how to:

  • Accessing networked data using Apple’s URL loading framework
  • Authenticating a user using over a network connection
  • Creating user interfaces that are responsive, and communicate network activity
  • Use Core Location and the MapKit framework for to display annotated pins on a map