- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/jixieshi999/juahya
- 软件文档: https://github.com/jixieshi999/juahya
软件介绍
Juahya 是一个android 的实时解析 xml 转化为 view 的解析器
示例代码:
IFlateServicePoxy service = new IFlateServicePoxy(); service.setIJuahyaLayoutInflateListener(DemoListActivity.this); String result="<LinearLayout android:orientation=\"vertical\" " +" android:layout_width=\"fill_parent\" android:layout_height=\"fill_parent\" >" +"</LinearLayout>"; View view= service.inflate(result, DemoListActivity.this); setContentView(view);
