Skip to content

Dual-Ice/radio-app-ios

Repository files navigation

Radio - DevRush Marathon XII Challenge #3

iOS Swift UIKit MVP+R

iphone

Project created by:

Radio is a mobile application for listening to radio stations from around the world. The app provides users with access to hundreds of radio stations across various genres and allows them to create their own favorite station lists and manage playback.

Key Features:

  • MVP+R Architecture: This approach allows for maintaining and scaling the application by minimizing the coupling between components and providing flexibility in navigation.

  • RESTful API: We used a RESTful API to fetch radio station data, ensuring fast and reliable access to hundreds of stations worldwide.

  • User Defaults: User preferences and settings are stored using UserDefaults, allowing settings to persist even after the app is restarted.

  • Kingfisher: Kingfisher was used for downloading and caching radio station images, which improved app performance and enhanced the user experience.

  • Firebase: We integrated Firebase for user authentication via email and Google, as well as for managing the user database.

  • Core Data: Core Data was utilized for local storage of favorite radio stations, enabling users to save their preferences without requiring a constant network connection.

Main Screens of the Application:

  1. Onboarding: A brief introduction to the app's features.
  2. Authentication (Sign In, Sign Up): Login and registration via email or Google, with the option to recover the password.
  3. Popular Stations: View and manage popular stations with the ability to vote.
  4. Favorites: Store and manage favorite radio stations.
  5. All Stations: Search and filter through all available radio stations.
  6. Station Details: Detailed information about the current radio station with animation and an equalizer.
  7. Profile: Manage personal data and settings.

Additional Features:

  • Vertical Tab Bar: A unique navigation design with vertically arranged tabs.
  • Localization: Support for English and Russian languages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages