Skip to content

asuka-mio/AndroidModule-PickYou

 
 

Repository files navigation

English

PickYou

GitHub release minSdk License

File picker module with the style of Material You.

Use this module to pick files/directories easily.

Features

  • Write in compose
  • Easy to import and use.
  • Highly customizable.
  • Support for single/multiple selection.

Screenshots

Implementation

  1. Enable JitPack in settings.gradle/settings.gradle.kts
  • Groovy
repositories {
    // ......
    maven { url 'https://jitpack.io' }
}
  • Kotlin
repositories {
    // ......
    maven("https://jitpack.io")
}
  1. Implementation
  • Groovy
implementation 'com.github.XayahSuSuSu:AndroidModule-PickYou:$PickYouVersion'
  • Kotlin
implementation("com.github.XayahSuSuSu:AndroidModule-PickYou:$PickYouVersion")

Usage

  1. Launch anywhere
val launcher = PickYouLauncher()
launcher.launch(this) { path ->
    // Code here.
}
  1. Customization

See PickYouLauncher

Sample

See sample

Credits

About

File picker module with the style of Material You.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.8%
  • AIDL 0.2%