安卓学习一些常用库总结

​
compile 'org.litepal.android:core:1.4.1'//litepal数据库框架
compile 'com.squareup.okhttp3:okhttp:3.4.1'//网络访问框架
compile 'com.google.code.gson:gson:2.7'//json解析框架
compile 'com.github.bumptech.glide:glide:3.7.0'//图片加载库

​

猜你喜欢

转载自blog.csdn.net/qq_41105058/article/details/82152057
今日推荐