Skip to main content

4 posts tagged with "Music Player"

Our 'Music Player' tag archive features a variety of content, from building your own music player app to understanding the intricacies of music player technology.

View All Tags

Building a Music Player App with Kotlin and ExoPlayer

· 8 min read
Engineering Team

In this tutorial, we will explore the process of building a music player app using Kotlin and ExoPlayer. Kotlin is a modern programming language for Android development that offers concise syntax, null safety, and many other features. ExoPlayer is an open-source media player library developed by Google that provides powerful playback capabilities for audio and video files.

Building a Music Player App with React and Spotify API

· 10 min read
Engineering Team

In this tutorial, we will learn how to build a music player app using React and the Spotify API. React is a popular JavaScript library for building user interfaces, while the Spotify API allows us to access and interact with the Spotify music streaming service. By the end of this tutorial, you will have a fully functional music player app that can search for songs, retrieve user playlists, and control playback.

Building a Music Player in React Native

· 12 min read
Full Stack Developer

react native music player

In today’s article we will build a React Native Music Player, to showcase how easy it is to build a music app in React Native, that is optimized for both native iOS and Android. The project we are going to build will look and behave similar to the Spotify player, that all of us are familiar with. The main goal is to have a basic app with two screens: one with a list of predefined songs and another one with the actual music player.