QuickStart Guide
No Android prerequisite is required. And, it is as simple as authoring HTML pages.
For example,
Using xml Syntax Highlighting
- <frame title="Label and Image Demo" visible="true">
- Do you love this photo?
- <image src="sun.jpg"/>
- <label id="ans"/>
- <button label="YES" onClick='ans.value="YES"'/>
- <button label="NO" onClick='ans.value="NO"'/>
- </frame>
Parsed in 0.001 seconds, using GeSHi 1.0.8.4
ZK Mobile for Android 0.8.0
* Support Button, Frame, Label, Image, Textbox components.
* ZK Mobile client support URL.

