https://github.com/ngapp-dev/simple-video-file-manager
Simple Video File Manager
https://github.com/ngapp-dev/simple-video-file-manager
Last synced: about 1 year ago
JSON representation
Simple Video File Manager
- Host: GitHub
- URL: https://github.com/ngapp-dev/simple-video-file-manager
- Owner: ngapp-dev
- Created: 2022-11-01T14:07:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T14:08:48.000Z (over 3 years ago)
- Last Synced: 2025-01-06T12:38:04.847Z (over 1 year ago)
- Language: Kotlin
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Video File Manager
This application allows to view and manage video clips on the device using ContentResolver and Cursor to move through the MediaStore.
## About
### Functionality
- View Video clips on the device
- Link download Video clips to the device
- Saving the file to a folder of user's choice
- Check download progress in Notifications
- Adding and Removing from Favorites (API>30)
- Moving to the trash (API>30) or deleting (other) files
### UI
- [Material 2](https://material.io/develop/android)
- [Navigation component](https://developer.android.com/jetpack/androidx/releases/navigation)
- [Glide](https://github.com/bumptech/glide)
### Features
- [Kotlin Flow](https://developer.android.com/kotlin/flow)
- [Coroutines](https://developer.android.com/kotlin/coroutines)
- [MVVM architecture](https://developer.android.com/topic/architecture)
- [View binding Extensions](https://developer.android.com/topic/libraries/view-bindinge)
### Networking
- [Retrofit 2](https://square.github.io/retrofit/)
- [Okhttp3](https://square.github.io/okhttp/)
### Permissions
- [Permissions Dispatcher](https://github.com/permissions-dispatcher/PermissionsDispatcher)