自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 PullToRefreshScrollView的使用

自定义ListView package bwei.com.zhangteng1219; import android.content.Context; import android.util.AttributeSet; import android.widget.ListView;/** * Created by Zhang.T on

2017-12-20 19:12:52 273

转载 Android_横向滑动菜单, HorizontalScrollView,Fragment,Viewpager结合使用 +pullToRefreshListView

主页面 布局    xml version="1.0" encoding="utf-8"?>RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="ht

2017-12-03 20:32:24 291

转载 侧拉+底部按钮

xml version="1.0" encoding="utf-8"?>RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.a

2017-11-22 19:18:40 361

转载 Banner+ListView

Imagepackage com.example.zhangt.myapplication1;import android.content.Context;import android.widget.ImageView;import com.youth.banner.Banner;import com.youth.banner.loader.ImageLoader;/**

2017-11-18 10:27:05 329

转载 TableLayout+Fragment +Viewpager 联动

布局  xml version="1.0" encoding="utf-8"?>LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="ve

2017-11-17 14:07:04 389

转载 XListview 上拉刷新

//////////////////////////////////////////////添加权限 判断网络uses-permission android:name="android.permission.INTERNET">uses-permission>uses-permission android:name="android.permission.CHANGE_NETWOR

2017-11-10 13:11:35 168

转载 网络请求 异步加载 图片框架+ Viewpager+Hanlder

public class MyTask extends AsyncTask { //申请一个接口类对象 private Icallbacks icallbacks; //将无参构造设置成私有的,使之在外部不能够调用 private MyTask(){} //定义有参构造方法 public MyTask(Icallbacks icallback

2017-11-10 09:23:19 260

转载 底部按钮 字体变颜色+焦点事件

xml version="1.0" encoding="utf-8"?>RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.a

2017-11-05 19:36:08 278

转载 Fragment 里套Fragment

package com.example.zhangt.fragmenttwo.Fragement;import android.os.Bundle;import android.support.annotation.Nullable;import android.support.v4.app.Fragment;import android.support.v4.app.FragmentM

2017-11-05 19:19:58 410

转载 Viewpager+选项卡

xmlns:app="http://schemas.android.com/apk/res-auto"    android:orientation="vertical"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:focusableInTouch

2017-10-24 08:31:19 330

空空如也

空空如也

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

TA关注的人

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