自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

翻译 清除缓存

/**  *  * Licensed under the Apache License, Version 2.0 (the "License");  * you may not use this file except in compliance with the License.  * You may obtain a copy of the License at  *  *    

2016-10-27 09:18:41 227

翻译 清除

Toast.makeText(activity, "清除", 0).show();ImageLoader instance = ImageLoader.getInstance();instance.clearDiscCache();instance.clearMemoryCache();aCache.clear();tv_name.setText("0KB");

2016-10-27 09:17:26 177

原创 清除缓存

/**  *  * Licensed under the Apache License, Version 2.0 (the "License");  * you may not use this file except in compliance with the License.  * You may obtain a copy of the License at  *  *    

2016-10-27 09:13:11 197

原创

public class MainActivity extends Activity {     private EditText et_radius, et_width, et_color;     private Button but;     private View rv;     @Override     protected void onCreate(Bundle

2016-09-05 08:36:51 146

原创

public class MainActivity extends Activity {     private EditText et_radius, et_width, et_color;     private Button but;     private View rv;     @Override     protected void onCreate(Bundle

2016-09-05 08:34:35 160

原创 xml之pull解析和httpuitls请求数据

public class KeFragment extends Fragment implements IXListViewListener{     String path = "http://www.oschina.net/action/api/blog_list";     int index = 10;     private Oschina oschina;     ArrayL

2016-08-25 19:15:22 321

翻译 Viewpager

private FragmentManager manager;     private RadioButton b1;     private RadioButton b2;     private RadioButton b3;     private RadioButton b4;     private ViewPager viewPager;     @Override

2016-07-01 08:39:43 197

翻译 Myadapter

package com.example.xmllist; import java.util.ArrayList; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import an

2016-06-30 15:06:22 236

翻译 pull解析加Xlistview

package com.example.xmllist; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.util.ArrayList; import org.xmlpull.v1.XmlPullParser; import android.os.Bundle; imp

2016-06-30 15:04:17 182

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除