摘要:
private AsyncHttpClient asyncHttpClient; private Dialog dialog;/** * 改变简历状态 */ private void postchangestate(final boolean mIsOpen,final boolean mIsLoader) { asyncHttpClient = new AsyncHttpClient(); RequestParams rp = new RequestParams(); if(mIsLoader){ ... 阅读全文