文件名称:eAlvaBrainz:适用于Android的MusicBrainz Kotlin Retrofit库
文件大小:639KB
文件格式:ZIP
更新时间:2024-04-25 01:46:20
android kotlin flow coroutines retrofit
eAlvaBrainz Kotlin / 库,适用于Android 目前处于beta状态,主要是稳定的API 。 以下是一些小例子: // Get the artist represented by the ArtistMbid and include all Misc info brainzSvc.lookupArtist(mbid) { include( * Artist . Include .values()) } .onSuccess { artist -> handleArtist(result.value, mbid) } .onFailure { brainzMsg -> displayError(brainzMsg.asString(resourceFetcher)) } // Get the artist Nirvana's info and inclu