Skip to content

gofaith/faithdroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

全新的Go语言Android GUI框架

New Android GUI lib for GO

logo

! 正在添加iOS支持,敬请期待 !


快速入门 Get started

1.基础示例 'Hello world' code :

package faithdroid

func (a *MainActivity) OnCreate() {
	LinearLayout(a).DeferShow().Size(-2, -2).Append(
		TextView(a).SetId("text").Text("text view"),
		Button(a).Size(-1, -1).Text("change text").OnClick(func() {
			GetTextViewById("text").Text("text changed")
		}))
}

2.结果 Result

hello


使用Faithdroid开发的App

局域网精灵专业版

Explore more