Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Building a Note-Taking App for iOS 7

Posted By: Landau17
Building a Note-Taking App for iOS 7

Building a Note-Taking App for iOS 7
MP4 | Video: 720p | Duration: 1:08:09 | English | Subtitles: VTT | 176.1 MB



Building an app for just one mobile platform isn't good enough anymore. But iOS is a good start. This course helps you build a simple note-taking app in iOS 7, which you can then recreate for Android and Windows Phone in Building a Note-Taking App for Android and Building a Note-Taking App for Windows Phone 8 and Windows Store.

These courses take you through building a complete mobile app from scratch; this installment uses the iOS SDK and Xcode to get the job done. Author Todd Perkins shows you how to create an Xcode project, lay out apps visually, connect UI elements to code, and save data to persistent storage. Start here, and compare and contrast your results with the other courses to learn about the differences and similarities of the platforms.

Topics include:
  • Previewing the note-taking app's features
  • Creating the Xcode project
  • Using local data storage
  • Creating a data class
  • Saving data to a file
  • Understanding screens and storyboards
  • Creating and editing notes
  • Controlling note display in a table view
  • Deleting notes