google / blockly-android

Blockly for Android
Apache License 2.0
672 stars 209 forks source link

This is an issue. But I'm lost #780

Closed skyestudiosDev closed 4 years ago

skyestudiosDev commented 4 years ago
  1. I basically want to build a blockly ide in Android that can generate Java codes in string format that I can run locally.

  2. Customize the ide to my taste Any help will be greatly appreciated. Thanks

RoboErikG commented 4 years ago

Start with the Codelab, then look at the Android demo as starting points. Generating Java is something that is possible but we don't provide direct support on as it requires additional work to get typing and compilation working.

And in the future, please ask questions on the forums. GitHub issues are for bugs and feature requests.