AndroidSweetSheet


Source link: https://github.com/zzz40500/AndroidSweetSheet

??????? Sheet, ?????:

###gradle
/build.gradle

repositories {

  maven {

url "https://jitpack.io"
  
}
 
}
 

/app/build.gradle

compile 'com.github.zzz40500:AndroidSweetSheet:1.1.0' 

###Usage:

 // SweetSheet ??,?? rl ???? mSweetSheet = new SweetSheet(rl);
  //????? (??????? list ??,????menu ?????) mSweetSheet.setMenuList(list);
 //??????? Delegate ????????. mSweetSheet.setDelegate(new RecyclerViewDelegate(true));
 //??????Effect???????:BlurEffect ????.DimEffect ????,NoneEffect ????. mSweetSheet.setBackgroundEffect(new BlurEffect(8));
 //???????? mSweetSheet.setOnMenuItemClickListener(new SweetSheet.OnMenuItemClickListener() {
     @Override     public boolean onItemClick(int position, MenuEntity menuEntity1) {
          //?????, true ??? SweetSheet ,false ???.         Toast.makeText(MainActivity.this, menuEntity1.title + "  " + position, Toast.LENGTH_SHORT).show();
         return true;     
}
 
}
);
 

?????:

 // SweetSheet ??,?? rl ???? mSweetSheet3 = new SweetSheet(rl);
 //???? CustomDelegate ? Delegate ,??????????. CustomDelegate customDelegate = new CustomDelegate(true,         CustomDelegate.AnimationType.DuangLayoutAnimation);
 View view = LayoutInflater.from(this).inflate(R.layout.layout_custom_view, null, false);
 //???????. customDelegate.setCustomView(view);
 //????? mSweetSheet3.setDelegate(customDelegate);
 //????? CustomDelegate ??mSweetSheet3?? setMenuList?setOnMenuItemClickListener?????? view.findViewById(R.id.button2).setOnClickListener(new View.OnClickListener() {
     @Override     public void onClick(View v) {
         mSweetSheet3.dismiss();
     
}
 
}
);
 

????


 @Override
  public void onBackPressed() {

  if(mSweetSheet.isShow()){

  mSweetSheet.dismiss();

}

else{

 super.onBackPressed();

}

  
}
  

###v1.1(????)

  1. ????ViewPager ??FragmentStatePagerAdapter ???????.
  • SweetSheet ??? LinearLayout ???????.

  • setMenuList ???????? List???Menu?????.(Menu?????Menu,??2?Menu?????????).

  • setBackgroundEffect(Effect effect) ??????????,????3???: BlurEffect:????,DimEffect ????,NoneEffect ????. ??????Effect???????

  • setDelegate ????????? RecyclerViewDelegate,ViewPagerDelegate,CustomDelegate.

  • CustomDelegate?????,?????????????????,??setCustomView(View v)???????????.

  • CustomDelegate????4???: DuangLayoutAnimation,DuangAnimation, AlphaAnimation,Custom: ???????????????.?????3?????????? Custom ,????setCustomViewAnimation??????.

  • CRImageView ????? Android 5.0???CircleReveal??.????: CRImageView. circularReveal(int centerX, int centerY, float startRadius, float endRadius, long duration, Interpolator interpolator)????????????.

###FAQ ????? actionBar ????????? ?? ?? FrameLayout??RelativeLayout ???? ToolBar ??? ActionBar ??? FrameLayout ??RelativeLayout??SweetSheet ????????,

Resources

BetterTextInputLayout is Android support library's TextInputLayout subclass providing following extensions: adds methods to manipulate password visibility from code as showPassword, hidePassword and togglePassword also comes with passwordToggleEnabled enabled by default.

Custom ProgressView to show battery progress.

A library for speedy implementation menu or some actions with BottomSheet.

Piri is a lightweight annotation processing library that generates static factory methods which creates new intents for activities in Android.

It is a debug library to easily measure communication traffic of network of Activity.

A simple customizable Music Indicator Animation library. You can animate bars when the audio is played.

Features

  • Animate Indicator Bars
  • Set duration
  • Set color

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes