Exemple #1
0
 /** 第一次进入获取社区头和主题帖列表 */
 public void firstload() {
   mHeader = null;
   ties = new ArrayList<ModelTieTheme>();
   this.isRefresh = true;
   if (this.mRejectids.size() > 0) this.mRejectids = new ArrayList<Integer>();
   CommunityHeaderUtil.get(this, communityid);
   CommunityTieThUtil.get(this, communityid, this.mRejectids);
 }
Exemple #2
0
 @Override
 public void onLoadMore() {
   this.isRefresh = false;
   CommunityTieThUtil.get(this, communityid, this.mRejectids);
 }