Coder Social home page Coder Social logo

cordova-onsenui-backbone-test's Introduction

About

This is a simple Cordova app based on backbone.js and Onsen UI V2. The app is for testing / learning purposes and displays fictitious "company profiles", whose data is provided by this JSON file.

The fake company data was generated courtesy of joke2k's Faker package. This is the python script that I wrote to generate this data.

I used the Bootstrapping approach to have the data available when rendering the page.

When you run the app, it displays the first company profile, and you can go to the next one on leftswipe. Similarly, you can display the previous one on rightswipe. See what's actually happening below

Cordova Backbone App Demo -- Multiple Rendering Problem

Initial Setup

git clone https://github.com/engineervix/cordova-onsenui-backbone-test
cd cordova-onsenui-backbone-test

npm install

cordova plugin add cordova-plugin-statusbar
cordova plugin add cordova-plugin-splashscreen

cordova platform add android
cordova platform add browser

Run the App

# 1. on your device or emulator
cordova run android

# * if you want to see logs (console output) from your device

# ** (optional) clear the logs before `cordova run android`
adb logcat -c

# ** show the console output
adb logcat | grep -i "chromium:"

# 2. in the browser
cordova run browser

cordova-onsenui-backbone-test's People

Contributors

engineervix 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.