From 23a7d4a0c6ddb0c86f5edc50ece5e736a667f188 Mon Sep 17 00:00:00 2001 From: Larpon Date: Thu, 11 Feb 2021 11:17:00 +0100 Subject: [PATCH] readme: mention graphical app android support (#8679) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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)