• Stars
    star
    150
  • Rank 239,680 (Top 5 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android support Behavior 实践

AndroidSweetBehavior

Android support Behavior 实践
###实践1:

效果图.gif

通过自定义Behavior 和 Nest 事件,达到 instagram 选择照片的的效果.
使用方法:http://www.jianshu.com/p/5081c6a0113b

存在的问题:
里面有一块使用了setPadding的方法.导致有点顿,后期使用自定LayoutManager 来实现;

##实践2 效果.gif
SheetBehavior :扩展自BottomSheetBehavior ,可以下拉的SheetBehavior
使用方法:http://www.jianshu.com/p/d338695d4fd8