Giter Club home page Giter Club logo

timvc's Introduction

Appcelerator Titanium Mobile MVC

TiMVC is a small MVC for Titanium mobile. Want a single JSS file, action routing, json data passing, inheritance, layout separation and code organization? If so you should try TiMVC. Includes sample application & multi-dashboard view.

Features and Benefits

Single JSS File

Application no longer requires multiple JSS files for each window. All JSS is located in a single app.jss file.

Code Organization

Resources folder is organized and clean. MVC folder allows for predefined storage of models, views, controllers, components and assets (images & databases).

Action Routing

Route to your controller action simply by specifying the route string. E.g. Action route "conroller/action" where "controller" is a controller class file located in the /mvc/controllers folder and "action" is a class function of the controller.

JSON Data Passing to Actions

Pass JSON data object to controller action function by simply by passing the route string and data object to the TiMVC App class. The core TiMVC App class handles all routing and data passing.

MVC Class Inheritance

TiMVC uses component base classes located in the /mvc/component folder. Edit base component classes to add methods to be inherited to controllers, views and models. TiMVC App class automatically adds base methods to loaded model, controller or view.

Includes Dashboard for Android/iPhone

Software package is sample application with TiMVC that includes examples for tabs, simple windows, database and a Android/iPhone dashboard.

timvc's People

Contributors

deboorn avatar flakerimi avatar frietz avatar

Stargazers

 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.