Android框架引用的类库整理

1.数据库框架  LitePal
compile 'org.litepal.android:core:1.6.1'

2.生产者/消费者模式  EventBus
compile 'org.greenrobot:eventbus:3.0.0'

3.列表  RecyclerView 
compile 'com.android.support:recyclerview-v7:26.+'
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.22'

4.TabLayout
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:design:23.4.0'
参考链接:https://www.jianshu.com/p/ce1d060573ba

5.蓝牙连接框架 BLE
compile 'com.clj.fastble:FastBleLib:2.3.4'
开发文档:https://www.jianshu.com/p/795bb0a08beb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

你可能感兴趣的:(android)