Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Resources

Michel Käser edited this page Jun 15, 2013 · 1 revision

This project makes heavy use of external 3rd-party libraries and projects. Not because I'm lazy, but since reinventing the wheel is useless and I'd not be able to create each of those by my own (missing skills…).

The list below contains all resources used.

Credits

AppPreferences: Application Preferences plugin for Phonegap
Used for guess by your own… ;)
https://github.com/macdonst/AppPreferences

async: Async utilities for node and the browser
Used for async processing of clicks (UI, fetch JSON etc.).
https://github.com/caolan/async

Fries: Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
Used for getting the Holo look & feel.
https://github.com/jaunesarmiento/fries

iScroll: Smooth scrolling for the web
Used for smooth and native-like scrolling.
https://github.com/cubiq/iscroll

jQuery: jQuery JavaScript Library
Used for nearly everything.
https://github.com/jquery/jquery

mustache.js: Minimal templating with {{mustaches}} in JavaScript
Used for rendering the views.
https://github.com/janl/mustache.js

PhoneGap: PhoneGap is a free and open source framework that allows you to create mobile apps using standardized web APIs for the platforms you care about.
Used for creating the apps.
http://phonegap.com

QuoJS: Micro #JavaScript Library for Mobile Devices
Used for touch gestures.
https://github.com/soyjavi/QuoJS

sidr: Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
Used for sliding panels.
https://github.com/artberri/sidr

Clone this wiki locally