Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在一个 Android 应用程序中工作,该应用程序需要显示用户最喜欢的艺术家的所有专辑,按发布日期排序。
现在,我看到这样做的唯一方法是通过请求获取艺术家列表,然后由艺术家发起另一个获取所有专辑的请求。显然我认为这根本不是有效的,我猜测是否有任何方法可以在单个请求(或其中几个)中获取完整列表。
同时我想问一下有没有办法知道witch专辑是正式发行而witch one不是。
不幸的是,没有捷径可走。我认为您已经提出了正确的要求。