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.
我从哪里开始创建一个应用程序,该应用程序可以根据专辑或来自互联网的 mp3 艺术家(即通过 amazon、play.com 等)获取您的专辑封面?
我可能会使用 Eclipse。
Cusor cur = getContentResolver().query(Albums.EXTERNAL_CONTENT_URI, new String[] {Albums.ALBUM_ART}, Albums._ID + "=?", new String[] {albumid}, null);
我相信专辑艺术家在 2.3.3 之前仍然是无证的并且不可用。