Skip to content

Playground for learning modern android technologies.

Notifications You must be signed in to change notification settings

batyrf/SimpleMusicPlayer

Repository files navigation

Simple Music Player

Playground for learning new technologies.

Used technologies:

Coming soon:

Data:

Mp3 files are stored on yandex disk which provides rest api for stored files. With this and already embedded metadatas in mp3 files we can relieve us from the burden of setting up an api. We are using FFmpegMediaMetadataRetriever to extract metadatas. It is slow a process but we will bare with that for now.

Open for corrections and suggestions!