文件名称:lastFm:Forked from lastfm Modify to AndroidStudio 学习Android Account and Sync
文件大小:1.33MB
文件格式:ZIP
更新时间:2024-07-19 16:25:15
Java
从到 AndroidStudio 用于学习 Android帐户和同步 #####构建技巧 为了构建此源,您需要从获取 API 密钥 获得密钥后,在 src/fm/last/android 中创建一个名为 PrivateAPIKey.java 的新文件,其中包含以下内容: package fm.last.android ; public class PrivateAPIKey { public static final String KEY = " put your API key here " ; public static final String SECRET = " put your API secret here " ; public static final String ANALYTICS_ID = " " ; // leave this empty, or pro