diff --git a/README.md b/README.md index b29425482b..8909b83453 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,18 @@ Hello from V.js ``` --> +## Android graphical apps + +With V's `vab` tool, building V UI and graphical apps for Android can become as easy as: + +``` +./vab /path/to/v/examples/2048 +``` + +[https://github.com/vlang/vab](https://github.com/vlang/vab). + + + ## Developing web applications Check out the [Building a simple web blog](https://github.com/vlang/v/blob/master/tutorials/building-a-simple-web-blog-with-vweb.md)