- 博客(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
3432
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
185
原创 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
3205
2
原创 Android RecyclerView使用
先添加远程依赖 compile 'com.android.support:recyclerview-v7:27.1.1' MainActivity public class MainActivity extends AppCompatActivity { private RecyclerView recyclerView; private RecyclerAdapter adap...
2019-03-18 09:28:16
485
原创 Android listview使用
安卓listview使用 MainActivity public class MainActivity extends AppCompatActivity { private ListView listView; private MyAdapter adapter; private List&amp;lt;Person&amp;gt; list; @Override pro...
2019-03-16 10:48:33
2378
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人