iOS Mini Projects

These small apps / projects are small projects or challenge quiz apps from Udacity. Most of the apps have code template from Udacity to start with, where me as student need to complete specific tasks as part of the learning process.



My Favorite Movies

Github : https://github.com/nsutanto/ios-4-5_MyFavoriteMovies
Original github source : https://github.com/udacity/ios-nd-networking

Learn the difference between user and anonymously accessed data. 
API used :  https://www.themoviedb.org/




Flick Finder

Github : https://github.com/nsutanto/ios-4-4_FlickFinder
Original github source : https://github.com/udacity/ios-nd-networking

Download images based on phrase or location, which requires to chain network requests together to achieve the best results.


API used : Flickr



Sleeping In The Library



Utilizes a web service, which uses the Flickr API to download pictures of people sleeping in libraries.




Data Driven Navigation

Github : https://github.com/nsutanto/ios-3_7_DataDrivenNavigation
Original github source : https://github.com/udacity/ios-nd-uikit-cont

Learn how iOS uses navigation stacks to manage multiple views in an app.




Roshambo with History

Github : https://github.com/nsutanto/ios-3_6_RoshamboWithHistory
Original github source : https://github.com/udacity/ios-nd-uikit-cont

Learn table views.


Color Maker

Github : https://github.com/nsutanto/ios-3_1_ColorMaker
Original github source : https://github.com/udacity/ios-nd-uikit

Learn about Outlets and Actions. Connect outlets and actions using only code and graphically using storyboard. Use the following UIKit classes : UIButton, UILabel, and UISwitch


Silly Song

Github : https://github.com/nsutanto/ios-SillySong

The app will prompt the user for their name, then build the lyrics to a silly song that incorporates their name.