Shared Economy for iOS Development

Go to class
Write Review

Free Online Course: Shared Economy for iOS Development provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Shared Economy for iOS Development is taught by Bear Cahill.

Overview
  • Learn how to build a shared ecommerce iOS app that allows users to make accounts, create orders, get updates, and track orders via real-time location changes.

Syllabus
  • Introduction

    • Creating a shared ecommerce iOS app
    • What you should know
    1. App and Server Concepts
    • Overview of shared ecommerce
    • User accounts
    • Online database
    • User location
    • Delivery driver location
    2. iOS App and AWS Users
    • Xcode project preparation
    • AWS Amplify
    • Amplify initialization
    • Adding Cognito authentication
    • Adding CocoaPods
    • User accounts in the app
    3. Online Database
    • AppSync schema
    • CocoaPods and AppSync client
    • DynamoDB data creation
    • Fetching data in the app
    • Displaying data in the UI
    4. Creating Orders
    • Payment options
    • Order location
    • Viewing details
    • Storing the order online
    • Viewing requests
    • Request details
    5. Delivery Actions
    • Assigning to delivery
    • Updating order data
    • Subscribing to updates
    • Display delivery UI
    • Filtering data
    Conclusion
    • Next steps