Giter VIP home page Giter VIP logo

mob-5-advanced-mobile-app-development's Introduction

Advanced iOS App Development

Course Overview

The goal of this class is to build a video Q&A app modeled after the Whale iOS App. We will focus on building only a subset of features of the Whale app, with a focus on netwoking, architecture and a bit of fun with video with AVFoundation.

Objectives

  • Leverage advanced Swift features to architect your app
  • Build common app features like networking, authentication, pagination

Competencies

Students should be able to:

  • Use AVFoundation to play, record and save videos & photos
  • Build an iOS app from an API specification
  • Implement pagination in their projects
  • Implement authentication their projects

Spec Project

Key features:

  1. Download JSON, Images and Video and display them
  2. Work with AVFoundation to play, edit and save video and images
  3. Manage and use multiple dependencies in your project
  4. Add pagination for a seamless user experience
  5. Use multiple persistence technologies(Keychain, UserDefaults, CoreData) to save user data

Course Schedule

Evaluations

To pass the course, students will have:

1. Finished the baseline features of the project
2. Attempted 20% of the optional features

Resources

API Endpoints

Resource Endpoint Request Type URL Parameters Body Body Type Needs Authorization Header Description
Get Users https://whale2-elixir.herokuapp.com/api/v1/users GET per_page: Intpage: Int - JSON False Fetches all Users
Create User https://whale2-elixir.herokuapp.com/api/v1/users POST - email: String first_name: String last_name: String password: String username: String image_url: Optional - File JSON/ Multipart False Creates a User. If the image_url is passed in with a file, the profile photo of the user is uploaded as well
Login User https://whale2-elixir.herokuapp.com/api/v1/sessions POST email: String password: String - - False Login a User
Get Answers https://whale2-elixir.herokuapp.com/api/v1/answers GET per_page: Intpage: Int - - True Fetches all Answers
Get Answer Comments https://whale2-elixir.herokuapp.com/api/v1/answers/**answer_id**/comments GET per_page: Intpage: Int - - True Fetches all comments for an Answer
Get Answer Likes https://whale2-elixir.herokuapp.com/api/v1/answers/**answer_id**/likes GET per_page: Intpage: Int - - True Fetches all likes for an Answer
Create/Upload an Answer https://whale2-elixir.herokuapp.com/api/v1/questions/**question_id**/answers POST - video: File thumbnail: File Multipart True Creates an Answer; uploads the answer video and thumbnail
Get My Questions https://whale2-elixir.herokuapp.com/api/v1/questions GET per_page: Intpage: Int - - True Fetches all questions for a logged in User
Create Question https://whale2-elixir.herokuapp.com/api/v1/questions POST - receiver_id: Intcontent: String JSON True Creates a question for a User(receiver)

Sample PAW & Postman files (Right-click and save)

Paw File - Link

Postman File Link

Icon set

Icons - Link

mob-5-advanced-mobile-app-development's People

Contributors

gordoneliel avatar twof avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.