https://github.com/steamclock/jscalc
Javascipt embedding demo app on iOS 7 and Android for JSConf EU 2013.
https://github.com/steamclock/jscalc
Last synced: 11 months ago
JSON representation
Javascipt embedding demo app on iOS 7 and Android for JSConf EU 2013.
- Host: GitHub
- URL: https://github.com/steamclock/jscalc
- Owner: steamclock
- License: mit
- Created: 2013-09-03T04:30:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T17:03:28.000Z (almost 10 years ago)
- Last Synced: 2025-04-26T03:44:25.696Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://www.steamclock.com/
- Size: 3.24 MB
- Stars: 48
- Watchers: 14
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jscalc
======
A cross-platform mobile calculator with the logic in JavaScript and native UI on iOS and Android.
This is a proof of concept applciation for JSConf EU 2013, and Steamclock's future work on embedding JavaScript into native apps.
The slides from @apike's JSConf EU talk are available here: http://www.allenpike.com/slides/JSinNativeApps_JSConfEU2013.pdf
Building For iOS
================
Open iOS/JSCalc.xcodeproj in XCode 5. It should run on any iOS 7 device.
Building For Android
====================
Opening an Android project can be tricky. These steps work in Android Studio v0.2.7 besides one ignorable error:
* Open Android Studio
* Select "Open Project"
* Choose android/build.gradle
* Check 'auto-import'
* Click ok, and wait a minute
After that you can just select it from the 'recent projects' list. As usual you need to open a file from the project before you can build.