Blockly for Android
Java JavaScript Other
Latest commit b7239d7 Jun 9, 2017 @AnmAtAnm AnmAtAnm committed on GitHub Procedure additions/mutations => Variable updates (#615)
 * Refactored variable storage in the WorkspaceStats to use a new VariableInfo object.
 * Refactored procedure mutators to use a shared ProcedureInfo object for the mutator description.
 * Procedure blocks additions and changes now automatically create variables. Both of these produce changes on the ProcedureCustomCategory and VariableCustomCategory, respectively.
 * Fail gracefully on autoload.

*BUG:* Deleting a procedure definition does not delete calling blocks
*BUG:* WorkspaceStats does not do the right thing upon procedure mutate.
*BUG:* Renaming a procedure does not always fully propagate. It is also not careful enough to prevent name collision with other procedures, possibly leading to their "capture" as the procedure is interactively renamed. Need to add name collision avoidance to procedures, and allow the fields that are in the midst of an edit to be updated at the model level, without updating the edited view.

README.md

Blockly is a library for building drag-and-drop visual editors for JavaScript and other programming languages. Blockly for Android is a developer preview of Blockly's editor built with standard Android views and fragments, offering more responsive touch performance and easier integration in Android apps.

Blockly Turtle demo running on an Android tablet.

Get started building your own Android app using Blockly.

Google is proud to offer Blockly for Android for free and open source under the Apache License, version 2.0.

Blockly has an active developer forum. Please drop by and say hello. Show us your prototypes early; collectively we have a lot of experience and can offer hints which will save you time.

Help us focus our development efforts by telling us what you are doing with Blockly. The questionnaire only takes a few minutes and will help us better support the Blockly community.

Want to contribute? Great! First, read our guidelines for contributors.