mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: mention graphical app android support (#8679)
This commit is contained in:
parent
f390fe3086
commit
23a7d4a0c6
12
README.md
12
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).
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/768942/107622846-c13f3900-6c58-11eb-8a66-55db12979b73.png">
|
||||
|
||||
## 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)
|
||||
|
Loading…
Reference in New Issue
Block a user