1. 首页
  2. 数据库
  3. 其它
  4. eAlvaBrainz:适用于Android的MusicBrainz Kotlin Retrofit库 源码

eAlvaBrainz:适用于Android的MusicBrainz Kotlin Retrofit库 源码

上传者: 2021-05-10 09:10:21上传 ZIP文件 638.59KB 热度 16次
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
下载地址
用户评论