去掉viewMap,在实体中添加views解决

修复部分问题
This commit is contained in:
huangzhuanghua
2016-11-16 19:13:40 +08:00
parent 9a17352156
commit b2a7de0a72
28 changed files with 511 additions and 418 deletions

View File

@ -19,7 +19,6 @@ import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.android.volley.Request;
import com.android.volley.Response;
import com.gh.base.AppController;
import com.gh.base.BaseActivity;
@ -36,7 +35,6 @@ import com.gh.gamecenter.manager.DataCollectionManager;
import com.gh.gamecenter.manager.FilterManager;
import com.gh.gamecenter.volley.extended.JsonArrayExtendedRequest;
import com.gh.gamecenter.volley.extended.JsonObjectExtendedRequest;
import com.gh.gamecenter.volley.extended.StringExtendedRequest;
import org.json.JSONArray;
import org.json.JSONException;