Skip to content

Fourth project - iOS Developer Nanodegree Program (Udacity)

Notifications You must be signed in to change notification settings

lucianoschillagi/OnTheMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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