Giter Site home page Giter Site logo

demoskillsapp's Introduction

DemoSkillsApp

This project is basically a small app that is to demonstrate how I would set up a project on iOS. It favours the MVVM design pattern; the natural successor to the MVC design paradigm that Apple still writes its sample projects with.

In addition, it shows how a simple backend API client could work.

The idea is that it simulates a TV-watching app. The focus is really not on what the user sees here, but this project exists to show a few things:

  • How one could fetch some data from a RESTful web service, parse the result into models.
  • Show the MVVM pattern in practice.
  • Show a bit about how I organize my code projects, including some typical pipelines (like using SwiftGen), how you can use run scripts to improve your build pipeline, and how I approach the topic of logging.
  • How you can mock your server communication so that you reduce your dependence on the server, and both sides can just implement the API contract.

Suggestions for future work:

  • integrate with an actual backend. For now, using Cocoapods and OHHTTPStubs to 'simulate' a server.
  • Show off a GraphQL solution
  • Break the project out into dependent frameworks depending on purpose (i.e. networking, system, etc.)

Contact

Written by Stephen O'Connor. Email: [email protected]

demoskillsapp's People

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.