Zradio : Simple radio application.
An android application for listening radio.
- Android
- Internet connection
- Download the APK
- Install the APK
- Kotlin - First class and official programming language for Android development.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- LiveData - Data objects that notify views when the underlying database changes.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- Room - The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
- ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
- Koin - A pragmatic lightweight dependency injection framework for Kotlin developers.
- Glide - A fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.
- Coroutines - A concurrency design pattern that you can use on Android to simplify code that executes asynchronously.
- Retrofit - A type-safe HTTP client for Android and Java.
- GSON - A Java serialization/deserialization library to convert Java Objects into JSON and back.
- GSON Converter - A Converter which uses Gson for serialization to and from JSON.
- OkHttp3 - For implementing interceptor, logging and mocking web server.
- ExoPlayer - An application level media player for Android.





