Skip to content

alimogh/goforandroid

 
 

Repository files navigation

Go For Android

An Android IDE for the Go programming language https://www.golang.org

Edit and Run Golang on your phone!

Features:

  • Syntax Highlighting
  • Autocomplete
  • Real-time Input/Output
  • Completely offline
  • Share your code

No advertisements or in-app purchases

Thanks to the contributors of these projects: Java-prettify, GoByExample and of course Golang

TODO:

  • Replace obsolete gocode autocompletion with gopls
  • Fix DNS resolution (currently hardcoded to 8.8.8.8)
  • Code refactor, separate display and application logic as much as possible