Overview
Vortyx is a high-performance Android media downloader and transfer manager built with modern Kotlin and Jetpack Compose. It provides multi-threaded chunked downloads, pause/resume capability, and smart directory organization.
Architecture
Compose UI → ViewModel StateFlow → WorkManager Dispatcher → OkHttp Network Engine → Scoped Storage
Source Code: https://github.com/Tcode-Motion/Vortyx