Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 687 Bytes

File metadata and controls

23 lines (17 loc) · 687 Bytes

Visual Programming Editor Using Blockly

Current app runs using PhoneGap.Keyboard issue still persists. PhoneGap provides performance improvements and a more responsive UI.

Instructions

  1. Execute in shell.
git clone https://github.com/clickeriitb/visual-programming-editor.git
  1. Open Eclipse, and choose File -> New -> Other, then select Android Project from Existing Code.
  2. Make sure you have Adnroid SDK 4.0.1 and choose Run
  3. To get newest updates to the code navigate to the derictory and execute
git fetch upstream
git merge upstream/origin

and then choose Run.