团购片段中privateSwipeListViewmListView;修改lib_pull库中PullToRefreshListView类publicclassPullToRefreshListViewextendsPullToRefreshAdapterViewBase<SwipeListView>{ privateLoadingLayoutmHeaderLoadingView; privateLoadingLayoutmFooterLoadingView;protected..
分类:
其他好文 时间:
2015-07-18 07:14:19
阅读次数:
793
1.packagecom.chencheng.meituan.fragment;importcom.astuetz.PagerSlidingTabStrip;importcom.chencheng.meituan.view.MapOverLayActivity;importcom.yuchen.meituan.R;importcom.yuchen.meituan.R.layout;importandroid.content.Intent;importandroid.os.Bundle;importandroi..
分类:
其他好文 时间:
2015-07-17 23:07:15
阅读次数:
197
packagecom.chencheng.meituan.view;importjava.util.ArrayList;importjava.util.List;importcom.android.volley.VolleyError;importcom.chencheng.meituan.util.MeituanConstants;importcom.chencheng.model.detail.XComment;importcom.chencheng.model.detail.XItem;importco..
分类:
其他好文 时间:
2015-07-16 22:41:07
阅读次数:
244
<RelativeLayoutandroid:id="@+id/rl_share"android:layout_width="match_parent"android:layout_height="match_parent"android:visibility="gone"><RelativeLayoutandroid:id="@+id/other_layout_top"android:layout_width="match_parent"android:layout_height="150..
分类:
其他好文 时间:
2015-07-16 14:27:15
阅读次数:
134
packagecom.chencheng.meituan.view;importjava.util.ArrayList;importjava.util.List;importcom.xinbo.widget.HackyViewPager;importandroid.app.Activity;importandroid.graphics.Bitmap;importandroid.graphics.drawable.Drawable;importandroid.os.Bundle;importandroid.su..
分类:
其他好文 时间:
2015-07-16 14:20:00
阅读次数:
159
packagecom.chencheng.meituan.view;importcom.chencheng.db.DBManager;importcom.chencheng.meituan.util.ToastUtil;importcom.chencheng.model.Goodlist;importcom.yuchen.meituan.R;importcom.yuchen.meituan.R.id;importcom.yuchen.meituan.R.layout;importcom.yuchen.meit..
分类:
其他好文 时间:
2015-07-16 14:17:31
阅读次数:
146
一.片段代码:packagecom.chencheng.meituan.fragment;importjava.io.File;importjava.io.FileOutputStream;importjava.io.IOException;importjava.io.InputStream;importjava.net.HttpURLConnection;importjava.net.MalformedURLException;importjava.net.SocketTimeoutExcept..
分类:
其他好文 时间:
2015-07-14 06:19:16
阅读次数:
115
importcn.bmob.v3.BmobUser;importcom.chencheng.utils.LoginStatus;importandroid.content.Intent;importandroid.os.Bundle;importandroid.support.v7.app.ActionBar;importandroid.support.v7.app.ActionBarActivity;importandroid.util.Log;importandroid.view.View;importa..
分类:
其他好文 时间:
2015-07-12 21:51:30
阅读次数:
186
importandroid.content.Intent;importandroid.os.Bundle;importandroid.os.Handler;importandroid.support.v7.app.ActionBar;importandroid.support.v7.app.ActionBarActivity;importandroid.text.TextUtils;importandroid.util.Log;importandroid.view.View;importandroid.vie..
分类:
移动开发 时间:
2015-07-12 00:23:37
阅读次数:
325
Toast工具publicclassMyToast{publicstaticvoidmakeText(Contextcontext,CharSequencetext){Toast.makeText(context,text,Toast.LENGTH_SHORT).show();}}1.1Toast工具finalUseruser=newUser(username,password,"138604167");user.signUp(getActivity(),newSaveListener(){publi..
分类:
其他好文 时间:
2015-07-10 17:05:40
阅读次数:
164