自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

洋葱

this is a 懒人

  • 博客(4)
  • 资源 (5)
  • 收藏
  • 关注

原创 webview 设置透明背景

wb.setBackgroundColor(0); // 设置背景色//上边必须加,否则 报错wb.getBackground().setAlpha(0);

2021-03-29 17:13:19 421

原创 apk 下载更新,支持暂停,去掉,继续下载,进度条显示【2】

import android.annotation.SuppressLint;import android.app.Activity;import android.app.Notification;import android.app.NotificationChannel;import android.app.NotificationManager;import android.app.PendingIntent;import android.content.Context;impor...

2021-03-22 17:46:30 404

原创 askncTask 下载apk 通知栏进度更新【1】

import android.app.Notification;import android.app.NotificationChannel;import android.app.NotificationManager;import android.app.PendingIntent;import android.content.Context;import android.content.Intent;import android.graphics.BitmapFactory;impo...

2021-03-16 16:53:23 965

原创 greendao 加载本地db文件

greendao 打开assets 下边db1.首先复制db 文件到 data/data/包名/databases 下 /** * 复制db */ private void copyDataBase(String dbname) throws IOException { // Open your local db as the input stream InputStream myInput = this.getAssets(...

2021-03-04 10:58:29 876 1

购票 日期选择器

购票 日期选择器

2017-06-02

ViewPagerIndicator

Indicator 取代 tabhost,实现网易顶部tab

2017-04-28

购票日期选择(范围)

选择购票日期的日历控件

2017-04-19

recyclerview 上拉刷新下拉加载

recyclerview 上拉刷新下拉加载,发现一个比较好的类库,原demo比较多,进行精简了下。(AS用)

2017-03-16

银联wap支付

银联wap支付,包含代码,还有开发文档,希望对你们有用

2015-03-12

空空如也

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

TA关注的人

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