JuahyaAndroid 解析器
Juahya 是一個(gè)android 的實(shí)時(shí)解析 xml 轉(zhuǎn)化為 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);
評(píng)論
圖片
表情
