- 授权协议: 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);
C和C++代码精粹
阿林森 / 董慧颖 / 人民邮电出版社 / 2003-4-1 / 59.00
《C和C++代码精粹》基于作者备受好评的C/C++ User Journal杂志上的每月专栏,通过大量完全符合ISO标准C++的程序集合,说明了C++真正强大的威力,是C和C++职业程序员的实践指南。可以帮助有一定经验的C和C++程序员深入学习这两种密切相关的语言,对书中代码的参悟和应用,可以帮助他们从根本上提高使用程序的效率。一起来看看 《C和C++代码精粹》 这本书的介绍吧!
