自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 android文件选择器filePicker

github上搜了一圈,没有找到特别符合的,没办法自己写了一个,现在上传到了github:https://github.com/kaikai951206/filePicker使用:1.添加依赖 implementation 'com.sky.filePicker:filePicker:1.0.2'2.设置跳转(maxNum参数是选择的最大文件数)Intent intent=new Intent(MainActivity.this, LocalUpdateActivity.class); i

2020-07-21 19:49:18 3305 1

原创 Android 背景的一些设置

<?xml version="1.0" encoding="utf-8"?><layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item> <shape android:shape="rectangle"> ...

2019-10-16 09:07:36 146

原创 Android使用XBanner实现卡片式轮播图

1.添加Glide依赖dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraint...

2019-10-10 19:36:03 3051 2

原创 Android RecyclerView使用

先添加远程依赖compile 'com.android.support:recyclerview-v7:27.1.1'MainActivitypublic class MainActivity extends AppCompatActivity { private RecyclerView recyclerView; private RecyclerAdapter adap...

2019-03-18 09:28:16 442

原创 Android listview使用

安卓listview使用MainActivitypublic class MainActivity extends AppCompatActivity { private ListView listView; private MyAdapter adapter; private List&amp;amp;lt;Person&amp;amp;gt; list; @Override pro...

2019-03-16 10:48:33 2334

卡片式轮播图(XBanner)

卡片式轮播图

2019-10-10

空空如也

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

TA关注的人

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