Wednesday, April 27, 2016

Ordered!
Udacity iOS Developer Nanodegree: Capstone Project

Full source code: github.com/mikemdev40/Ordered

Never again forget that great entree you ordered for dinner, and always have a restaurant to recommend to friends!


• Multi-tab favorites-tracking app that allows the user to search for and save restaurants and items from those places, such as entrees and drinks, along with personal ratings and descriptions.

• Utilizes Google Maps’ Place Details and Autocomplete APIs to search for and download information on locations.

• Users can sort saved places and items in various ways, filter items to show only those from a specific place, and see at-a-glance aggregate data points for both places and items.

• Displays all saved places on a map and allows quick access to saved items for a specific place by tapping on the location’s map bubble.

• Includes a custom privacy policy and requires terms acknowledgement from user.

• Developed for multiple size classes, and tested for memory leaks and under various networking conditions.

Monday, April 4, 2016

Virtual Tourist
Udacity iOS Developer Nanodegree: Portfolio Project 4
github.com/mikemdev40/Virtual-Tourist


 Photo app that allows the user to drop pins on a map and download Flickr images associated with that location.

• User can tap images to delete them from the collection, retrieve an entirely new set of images, or delete pin from the map to remove photo collection.

 Locations and image information is persisted using Core Data, and photo files are stored and retrieved from the app's Document Directory.

• Features image caching via NSCachedURLResponse and custom collection view updated by a NSFetchedResultsController.