Code Monkey home page Code Monkey logo

jeffbnimble / lolbookofchampions-ios-sqlite Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 8.0 6.84 MB

A comprehensive demonstration of several key application components including Typhoon (dependency injection), Bolts (a Facebook library for working with promises/concurrency), consuming rest content using AFNetworking and persisting content in Sqlite using FMDB. The application features content from the League of Legends Developer API.

Ruby 0.83% Objective-C 99.17%

lolbookofchampions-ios-sqlite's People

Contributors

jeffbnimble avatar jrg-developer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lolbookofchampions-ios-sqlite's Issues

Distinguish between synchronous and asynchronous commands

Currently, the Command implementation in the application treats all Commands the same. All implement a runAsync method regardless of whether they are truly async or not.

Further, the asynchronous mechanism is defined in some classes where it should not be.

App doesn't run on simulator

@JeffBNimble, thank you for this excellent example app.

I've been trying to get it to run on the simulator using Xcode 6.3.2 (latest released version as of this writing), yet I consistently receive this error dialogue:

"Invalid or missing Program/ProgramArguments"

Is this a known issue? Can you recommend a workaround or possible culprit?

Rename all tasks to commands

To better match the definition of a command, all task classes and folders should be renamed from xyzTask to xyzCommand and the method on the protocol should be renamed from runAsync to execute

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.