zhaoqipeng

Results 5 comments of zhaoqipeng

Thank you for your advice

谢谢反馈 这应该是一个bug,稍后我们会修复这个问题 2015-05-29 zhaoqp2010 发件人:lf951515851 [email protected] 发送时间:2015-05-29 09:59 主题:[andbase] abactivity中一个地方,有点想法 (#3) 收件人:"zhaoqp2010/andbase"[email protected] 抄送: public void setContentView(int layoutResID) { super.setContentView(layoutResID); initIocView(); } 和 public void setAbContentView(View contentView) { contentLayout.removeAllViews(); contentLayout.addView(contentView,new LinearLayout.LayoutParams(LayoutParams.MATCH_PARENT,...

ok 谢谢 2015-06-03 zhaoqp2010 发件人:lf951515851 [email protected] 发送时间:2015-06-02 09:10 主题:Re: [andbase] abactivity中一个地方,有点想法 (#3) 收件人:"zhaoqp2010/andbase"[email protected] 抄送:"zhaoqp"[email protected] /** \* 描述:用指定的View填充主界面. \* @param contentView 指定的View */ public void setAbContentView(View contentView) { contentLayout.removeAllViews(); contentLayout.addView(contentView,new LinearLayout.LayoutParams(LayoutParams.MATCH_PARENT,...

这个要参照demo中的使用方法使用,不要乱来 this.setAbFragmentOnLoadListener(new AbFragmentOnLoadListener(){ ``` @Override public void onLoad() { //第一次下载数据 refreshTask(); } ``` }); 在task的完成方法中 //显示内容 showContentView();

你好,这个版本是eclipse版本,as版本请使用andbase2x 或3x