这是对matrixphoto的一个迁移,matrixphoto功能上做了很多的修改,添加了很多的工具集合,比如zxing的二维码扫面,二维码生成,添加了爱心弹幕的功能模块,备忘录记录琐事,还有原来的天气模块,GIF制作,视频图片转GIF功能,在平时的一些开发中难免也会使用到这些东西,这个也可以作为一些迁移使用。首页调用了一些开源的API。包括和风天气,聚合数据等,使它形成了一个完整的APP功能。一键卡片分享功能,提高分享的美观性。设计了黑夜模式的切换,使用也比较简单可以查看
超简单的 Android夜晚模式实现 这儿有实现
implementation 'io.reactivex:rxjava:1.2.1'
implementation 'io.reactivex:rxandroid:1.2.1'
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
implementation 'com.jakewharton:butterknife:8.4.0'
implementation 'me.everything:overscroll-decor-android:1.0.4'
implementation 'de.hdodenhof:circleimageview:2.1.0'
implementation 'com.haozhang.libary:android-slanted-textview:1.2'
implementation 'com.getbase:floatingactionbutton:1.10.1'
implementation 'com.github.rubensousa:floatingtoolbar:1.5.1'
implementation 'com.github.chrisbanes.photoview:library:1.2.4'
implementation 'org.litepal.android:core:1.6.0'
implementation 'com.zhy:okhttputils:2.6.2'
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'com.bigkoo:convenientbanner:2.0.5'
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-21'
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-21'
implementation 'com.google.zxing:core:3.3.0'
implementation 'com.jrummyapps:colorpicker:2.1.6'
implementation 'com.android.support:palette-v7:26.1.0'
implementation 'com.wang.avi:library:2.1.3'
implementation 'joda-time:joda-time:2.9.4'
implementation 'com.contrarywind:Android-PickerView:4.1.6'
implementation 'jp.wasabeef:blurry:3.0.0'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.8'
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
implementation project(path: ':Photoeditor')
implementation project(path: ':videocompressor')
implementation project(path: ':jiaozivideoplayer')