Android之简单的文件夹选择器实现

Posted chen.yu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android之简单的文件夹选择器实现相关的知识,希望对你有一定的参考价值。

1、效果爆照

 

 

 

 

 

 

2、代码实现

前提需要保证app有读写权限

activity_select_folder.xml文件如下

<?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"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:background="@color/c1">
    <androidx.core.widget.NestedScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"

以上是关于Android之简单的文件夹选择器实现的主要内容,如果未能解决你的问题,请参考以下文章

在标签片段android中添加谷歌地点选择器

如何使用Android片段管理器传递变量[重复]

我的Android进阶之旅NDK开发之在C++代码中使用Android Log打印日志,打印出C++的函数耗时以及代码片段耗时详情

Android 日期选择器片段更改为微调器

Android自定义View之区块选择器

片段中的Android选择器意图到图片照片