自定义博客皮肤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)
  • 收藏
  • 关注

原创 XListView多条目加载+TabPageIndicator+下拉刷新上拉加载

////////////////////////////////////////// 关联library文件<android.support.v4.view.ViewPager android:id="@+id/viewPager" android:layout_below="@id/tabPageIndicator" android:layout_width="fill_

2016-10-26 19:48:40 176

原创 下拉刷新上拉加载,XListView多条目加载,TabPageIndicator

//////////////////////////////////////////关联library文件<android.support.v4.view.ViewPager android:id="@+id/viewPager" android:layout_below="@id/tabPageIndicator" android:layout_width="fill_pa

2016-10-26 19:43:12 183

原创 ImageLoaderTest

package com.example.imageloadertest;import com.nostra13.universalimageloader.core.DisplayImageOptions; import com.nostra13.universalimageloader.core.ImageLoader; import com.nostra13.universalimageloa

2016-10-23 20:39:26 171

原创 ViewPage指示器_viewpageindicator

package com.example.day04_viewpageindicator;import java.util.ArrayList; import java.util.List;import android.app.Activity; import android.os.Bundle; import android.support.v4.app.FragmentActivity;

2016-10-23 20:35:09 211

原创 侧滑菜单(Fragment)

package com.example.day03_menu;import android.os.Bundle; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentTransaction; import android.widget.Toast;import com.jere

2016-10-23 20:32:52 464

原创 验证码倒计时

package com.example.day11;import com.example.day11.CountDownButtonUtils.OnFinishListener;import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button

2016-10-23 20:25:27 103

原创 json的解析

package com.example.day15_jsondemo;import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream;import org.json.JSONArray; import org.json.JSONObject;import android.a

2016-10-23 20:11:18 126

原创 pull解析^^

package com.example.day13_pulldemo;import java.io.IOException; import java.util.ArrayList;import android.os.Bundle; import android.app.Activity; import android.view.Menu; import android.view.View;/

2016-10-23 20:09:57 133

原创 sax解析

package com.example.day12_saxparse;import java.io.InputStream; import java.util.ArrayList;import javax.xml.parsers.SAXParser; import javax.xml.parsers.SAXParserFactory;import android.app.Activity; i

2016-10-23 20:03:24 134

空空如也

空空如也

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

TA关注的人

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