Skip to content
ArceApps Logo ArceApps
ES

RadioHub

Tune into more than 30,000 live radio stations worldwide with a built-in equalizer, sleep timer, and a clean, ad-free Material 3 interface.

RadioHub
Icon of RadioHub
v1.5.1 Updated: Jul 22, 2026
Music Radio Streaming

Gallery

Screenshot 1
Screenshot 2
Screenshot 3
Screenshot 4
Screenshot 5
Screenshot 6
Screenshot 7
Screenshot 8

Behind the App

RadioHub was born from a simple personal frustration: I wanted a radio app for Android that wasn’t cluttered with intrusive ads, giant banners, or sneaky background trackers. The public, community-maintained directory of radio-browser.info was the perfect starting point to access over 30,000 global stations, but building a reliable, high-quality stream player on top of community-run servers proved to be a fascinating engineering challenge.

The first technical hurdle was reliability. Since we are relying on a community API, we couldn’t just trust a single server endpoint. I implemented a Kotlin HTTP client using Ktor that performs a dynamic, seamless failover between 4 API mirror servers. If a server is slow or goes offline, the app switches to another node in milliseconds, ensuring that searching or exploring categories remains completely uninterrupted for the user.

The second obstacle was real-time audio playback and audio effects processing in the background. Integrating ExoPlayer (Media3) with android.media.audiofx.Equalizer required careful tuning: Android’s audio effects API is notorious for causing metallic pop or click sounds if enabled abruptly. I developed a reactive controller that delays the equalizer setup until ExoPlayer’s audio session ID is fully initialized, and maps decibel levels to millibels smoothly in real time without locking the main thread. Additionally, strict integration with MediaSession ensures audio playback remains solid, allowing users to control the radio from their lock screen or headsets natively.

RadioHub: Your Global Window to Sound

Discover the ultimate radio experience with RadioHub. Tune into more than 30,000 live stations from every corner of the planet, all in one modern and intuitive app.

🌍 Explore the World Search for stations by country, language, or music genre. From the latest hits in New York to classical music in Vienna or local news in your city.

🎧 Premium Audio Tools

  • Professional Equalizer: Customize your sound with presets like Rock, Jazz, Pop, or create your own custom profile.

  • High Quality: Support for high-bitrate streams (AAC/MP3) for crystal clear audio.

💤 Sleep Better Use our integrated Sleep Timer to fall asleep to your favorite music or ambient sounds. The radio will turn off automatically to save battery.

❤️ Personalize your Experience

  • Favorites: Keep your must-listen stations just one tap away.

  • Recent History: Quickly go back to the channels you recently enjoyed.

  • Modern Design: Clean, dark-themed interface designed for both day and night use.

Download RadioHub today and start your global musical journey!

Main Features

  • Unlimited Global Access: Search and stream over 30,000 live radio stations grouped by country, language, or genre.
  • Professional Equalizer: Customize your sound output with pre-configured profiles (Rock, Pop, Jazz) or adjust frequency bands manually to suit your audio setup.
  • Sleep Timer: Schedule the app to stop playing automatically after a set period, saving battery while you sleep.
  • Fast Local Storage: Instantly save your favorite stations and browse your playback history with an optimized local Room database.
  • System Integration: Effortlessly control playback from the lock screen or navigation drawer thanks to native MediaSession integration.
  • Material 3 Design: Enjoy a clean, modern, and accessible user interface with full dark mode support.
  • Strict Privacy: No third-party ads, no creepy telemetry, and no unnecessary permissions. Just you and your music.

Tech Stack

  • Kotlin & Jetpack Compose: Modern declarative UI built with Material Design 3 guidelines.
  • Media3 & ExoPlayer: High-performance audio player capable of streaming low-latency MP3 and AAC broadcasts.
  • Ktor Client: Asynchronous HTTP client designed to handle external API requests with mirror failover.
  • Koin: Lightweight dependency injection framework for modular architecture and testing.
  • Room Database: Secure local persistence layer for favorites and recent history.
  • Roborazzi: Automated screenshot testing framework ensuring layout consistency across different screen form-factors.