android iOS 常用的第三方库

iOS 描述 android
afnetworking 网络 compile 'com.squareup.okhttp3:okhttp:3.2.0'
SDWebImage 加载图片 compile 'com.github.bumptech.glide:glide:3.7.0'
IQKeyboardManager 键盘 null
MJRefresh 上拉下拉 compile 'cn.bingoogolapple:bga-refreshlayout:1.1.4@aar'
FMDB SQL greenDao
MJExtension model -> json compile project(':gson2.3')
MBProgressHUD 菊花 null
Masonry 约束布局 null
ReactiveCocoa 线程间通讯 RXJava轻量级的EventBus

你可能感兴趣的:(android iOS 常用的第三方库)