Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

engineervix/cordova-onsenui-backbone-test

Repository files navigation

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

About

A Cordova Demo App built with BackboneJS and OnsenUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published