1、统一所有fragment初始化流程,继承自BaseFragment

2、统一大部分viewholder
3、TODO fragment adapter viewholder的分包还没处理完成
This commit is contained in:
CsHeng
2017-06-16 14:11:18 +08:00
parent 1160fb999e
commit f5425c2bea
138 changed files with 1143 additions and 1005 deletions

View File

@ -32,7 +32,7 @@ import com.gh.gamecenter.entity.GameEntity;
import com.gh.gamecenter.eventbus.EBDownloadStatus;
import com.gh.gamecenter.eventbus.EBPackage;
import com.gh.gamecenter.eventbus.EBReuse;
import com.gh.gamecenter.listener.OnCollectionCallBackListener;
import com.gh.listener.OnCollectionCallBackListener;
import com.gh.gamecenter.manager.PackageManager;
import org.greenrobot.eventbus.EventBus;