GRATIS
LearnQuest vía Coursera
GRATIS

Tables, Data & Networking in iOS

  • money

    Cursos gratis (Auditar)

    question-mark
  • earth

    Inglés

  • folder

    NaN

  • certificate

    Guía de Registro en Coursera

    arrow
Acerca de este curso

  • Coder Swag App: Working With Tables
    • In this module you will learn the basics of working with data in iOS. Data is the key ingredient for any functional app and one must learn how to properly display it to the user. You will learn how to use tables and collection views to display data to users.
  • Goal Post App: Working With Core Data
    • Having data to present in your app is important. But it can be equally important to know how to persist the data to your phone even after the app is closed. In this module you will learn how to use Core Data to build more robust, data-driven applications.
  • ToDo App: Network Requests & APIs
    • You really don't have an app unless you have data. Making web requests is by far the most common thing you will do as an iOS developer. In this module you will learn how to get your apps working with servers and external data.
  • Decoding, Async, & POST Requests
    • In this module you will finish the ToDo app by learning how to decode data from a web server as well as how to make POST requests.