Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View PembaTamang's full-sized avatar
😀

Pemba Tamang PembaTamang

😀
  • Lebong, Darjeeling, India
  • X @P3mba
View GitHub Profile
@PembaTamang
PembaTamang / MusicDatabase.kt
Created April 18, 2021 13:43
SpotifyCloneMusicDatabase
class MusicDatabase {
private val url1 = "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3"
private val url2 = "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-2.mp3"
private val url3 = "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-3.mp3"
private val url4 = "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-4.mp3"
private val url5 = "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-5.mp3"
private val url6 = "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-6.mp3"
private val artist =
"https://www.freepnglogos.com/uploads/apple-music-logo-circle-png-28.png"