USAGE 1.Currently supported Activity, Fragment, DialogFragment,Dilaog and View. 2.By following simple operation, it may have a sliding function. by SliderUtils.attach* public class SampleActivity extends Activity { @Override protected void onCreate(
BlurView 是Android下类似 iOS 毛玻璃效果控件。使用: final int radius = 16; final View decorView = getWindow().getDecorView(); //Activitys root View. Can also be root View of your layout final View rootView = decorView.findViewById(andr
Blurry is an easy blur library for Android. Screenshot How do I use it? Setup Dependencies dependencies { compile jp.wasabeef:blurry:2.1.1 } Functions Overlay Parent must be ViewGroup Blurry.with(context).radius(25).sampling(2).onto((ViewGroup) ro
AndroidDrawingView 绘画板,支持平滑跟随,常用形状,图层变换 Import JitPack Add it in your projects build.gradle at the end of repositories: repositories { // ... maven { url "https://jitpack.io" } } Step 2. Add the dependency in the form dependencies { compile com.gi
AQuery A Write Less Do More Library for Android AQuery is a lightweight library that allows UI manipulation in a syntactically similar way to the Javascr ipt library JQuery. AQuery aims to remove the boilerplate code that comes with UI manipulation