https://github.com/yoesuv/android-file-picker-example
how to pick a file in Android
https://github.com/yoesuv/android-file-picker-example
Last synced: 6 months ago
JSON representation
how to pick a file in Android
- Host: GitHub
- URL: https://github.com/yoesuv/android-file-picker-example
- Owner: yoesuv
- Created: 2021-01-03T02:54:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T07:51:18.000Z (7 months ago)
- Last Synced: 2024-12-22T08:17:09.545Z (7 months ago)
- Language: Kotlin
- Size: 645 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Android Picker/Chooser & Permission ##
Pick image,file,photo, date time, location & recording in android, also permission.
download apk [here](https://e.pcloud.link/publink/show?code=XZTEDwZAzRAkLHyQe40P3DjfJSxMFTWlNty)
execute android test `./gradlew connectedForTestDebugAndroidTest`#### Screenshot ####
|  |  |  |  |
|:------------------------------------:| :---: |:---:| :---: |
|  |  |  |  |
|  |  |  |  |#### List Library ####
- [Compressor](https://github.com/zetbaitsu/Compressor)
- [Glide](https://github.com/bumptech/glide)
- [OkHttp](https://github.com/square/okhttp)
- [Retrofit](https://github.com/square/retrofit)#### References ####
- [Stackoverflow](https://stackoverflow.com/a/65763144/3559183)
- [Request location permissions](https://developer.android.com/training/location/permissions)
- [Data Storage](https://developer.android.com/training/data-storage)
- [MediaStore](https://developer.android.com/reference/android/provider/MediaStore)
- [File Info](https://developer.android.com/training/secure-file-sharing/retrieve-info)
- [proandroiddev](https://proandroiddev.com/how-to-optimize-memory-consumption-when-using-glide-9ac984cfe70f)
- [Alexzh](https://alexzh.com/ui-testing-of-android-runtime-permissions/)
- [Media Recorder](https://developer.android.com/guide/topics/media/mediarecorder)
- [Android Developer Blog](https://android-developers.googleblog.com/2023/08/choosing-right-storage-experience.html)