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

原创 自定义无限轮播

package com.example.view; import android.content.Context; import android.os.Handler; import android.os.Message; import android.support.annotation.NonNull; import android.support.annotation.Nullable; ...

2018-07-22 21:27:35 136

原创 自定义标题栏

package com.example.demo02.zdy_view; import android.content.Context; import android.support.annotation.Nullable; import android.util.AttributeSet; import android.view.LayoutInflater; import android.v...

2018-07-16 08:09:26 117

原创 RcycleView Adapter

package com.example.demo02.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.text.Layout; import android.view.LayoutInflater; import android.view....

2018-07-16 08:08:43 329

转载 时间工具类DataUtils

API解释-点击打开 Android.text.format **DateUtils:**This class contains various date-related utilities for creating text for things like elapsed time and date ranges, strings for days of the week and months,...

2018-07-01 18:50:15 2427 1

原创 Tablayout布局

<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"    android:layout_height="match_parent

2018-07-01 15:25:38 249

原创 HttpUtil工具类

package com.baway.utils; import android.os.AsyncTask; import java.net.HttpURLConnection; import java.net.URL; public class HttpUtil { private static HttpUtil httpUtil = new HttpUtil(); publ...

2018-07-01 15:23:01 676

原创 PullTorefashScrollView(无限轮播+list)activity

package com.baway.fragment;import android.os.Handler;import android.os.Message;import android.support.v4.view.ViewPager;import android.text.format.DateUtils;import android.util.Log;import android.view...

2018-07-01 15:21:58 166

原创 无限轮播

package com.baway.adapter;import android.content.Context;import android.media.Image;import android.os.Handler;import android.support.annotation.NonNull;import android.support.v4.app.FragmentActivity;i...

2018-07-01 15:17:30 118

原创 Slidingmenu侧滑菜单

 @Override    protected void initData() {        //侧滑菜单        slidingMenu();        //加载Fragment数据        fragment1 = new Fragment1();        manager.beginTransaction()                .add(R.id.frame...

2018-07-01 15:16:16 109

原创 自定义List控件

package com.baway.view;import android.content.Context;import android.util.AttributeSet;import android.widget.ListView;public class MyList extends ListView {    public MyList(Context context) {        ...

2018-07-01 15:14:08 245

空空如也

空空如也

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

TA关注的人

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