jakeherrmann04
Experienced iOS Developer with a demonstrated history of working in the design industry. Skilled in iOS Development.
Pinned Repositories
AppleViewControllerMiniLesson
A mini lesson teaching Apple View Controllers. Mail Composer, Activity Controller, Image picker and Safari VC.
AppMap
A very simple app that uses storyboards for an overview of the content
Autocorrect
A simple scroll view with some funny images
AutolayoutExample
A quick example project to demonstrate autolayout
Bee-Buddy
BePersistent
An iOS app that persists data to NSUserDefaults
Calculator
A reverse polish notation calculator that demonstrates auto layout, stacks, target-actions on UIButtons
CanRemind
A simple iOS app to demonstrate how to create a local notification
Capstone
done
jakeherrmann04's Repositories
jakeherrmann04/done
jakeherrmann04/Capstone
jakeherrmann04/AppleViewControllerMiniLesson
A mini lesson teaching Apple View Controllers. Mail Composer, Activity Controller, Image picker and Safari VC.
jakeherrmann04/Bee-Buddy
jakeherrmann04/Calculator
A reverse polish notation calculator that demonstrates auto layout, stacks, target-actions on UIButtons
jakeherrmann04/Day-X-1
Day-X is a simple journaling iOS app that we use to demonstrate many concepts we cover in class.
jakeherrmann04/DeckOfCardsAPIMiniLesson
Fetches a single Card from the API and displays it on the screen. UI updated from previous DeckOfCards project
jakeherrmann04/DMMDB
An iOS application built on The Movie Database API
jakeherrmann04/IntervalTimer
A interval timer app for HIIT workouts.
jakeherrmann04/ios-sdk
Spotify iOS SDK
jakeherrmann04/Milestones
jakeherrmann04/MVCMiniLesson
A mini lesson to teach the basics of creating a model object as well as a controller.
jakeherrmann04/MVCMiniProject
A Mini Lesson teaching basic MVC architecture and how to create a custom delegate.
jakeherrmann04/MyRepresentative
A simple application that gets a list of representatives by zip code.
jakeherrmann04/NSNotificationPractice
A quick practice project on setting up NSNotificationCenter.
jakeherrmann04/PairRandomizer
A simple iOS app that uses a UICollectionView to randomize the pairs for pair programming.
jakeherrmann04/PhotoCaptureSample
Sample code to capture photos or videos on iOS.
jakeherrmann04/ProgrammaticAutoLayout
Programmatically adding constraints and customizing a button on a screen.
jakeherrmann04/ProgrammaticViewMiniLesson
jakeherrmann04/Recipe-App
An iOS app that displays some favorite recipes from Recipe.com
jakeherrmann04/SolarSystem
Students will work with table views, learn about protocols, and implement the UITableViewDataSource and UITableViewDelegate protocols to build .
jakeherrmann04/SWTableViewCell
An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
jakeherrmann04/TableViewMiniLesson
A simple table view that represents the days of the week. Teaches basic datasource and delegate methods.
jakeherrmann04/Task
Students will build a simple task tracking app to practice project planning, progress tracking, MVC separation, intermediate table view features, and Core Data.
jakeherrmann04/The-Pomodoro-1
jakeherrmann04/Time-Tracker
An iOS app with time tracking
jakeherrmann04/Timeline
Timeline is a simple photo sharing service. Students will bring in many concepts that they have learned, including heavy use of NSURLSession and Table Views, and add complex data modeling, Image Picker, Collection Views, Firebase, and protocol-oriented programming to make a Capstone Level project spanning many days and concepts.
jakeherrmann04/Timeline-1
Timeline is a simple photo sharing service. Students will bring in many concepts that they have learned, and add complex data modeling, Image Picker, Collection Views, NSURLSession, Firebase, and protocol-oriented programming to make a Capstone Level project spanning many days and concepts.
jakeherrmann04/Timer
jakeherrmann04/Weather
A Swift, iOS app to get the current weather in a user-requested city to practice asyncronous network requests, working with JSON data, and closures.