这里是一个通过自定义view和自定义RecyclerView的:layoutManager,再结合ItemTouchHelper实现的一个仿探探的卡片滑动的效果: 效果图已经奉上,接下来是代码: 首先是每张图片的布局:item <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android xmlns:app=http://schemas.android.com/apk/res-auto android:layout_width=336dp android:layout_height=426d
2021-11-16 22:00:54 121KB activity android开发 c
1
图形描述TCP/IP 滑动窗口机制和示意图
2021-11-16 20:47:58 1.1MB TCP;滑动窗口;滑动窗口示意图
1
iOS使用UIScrollView实现左右滑动UITableView和UICollectionView
2021-11-15 23:19:14 75KB UIScrollView 左右滑动
1
AD5162滑动变阻器
2021-11-15 22:03:49 961KB 滑动变阻器
1
本代码实例实现ListView滑动到底步快速加载,并加入缓存处理功能,仅供参考!
2021-11-15 19:24:25 552KB Android开发
1
RecyclerViewEnhanced Android Library to provide swipe, click and other functionality to RecyclerView Usage Add this to your build.gradle file dependencies { compile 'com.nikhilpanju.recyclerviewenhanced:recyclerviewenhanced:1.1.0' } Features Supports API 14 (Earlier APIs not tested Supports any view for "Swipe Options" Doesn't require any new adapters or new views. Works with any existing RecyclerViews. Requires adding OnItemTouchListener to the RecyclerView Supports clicking and swiping fun
2021-11-15 16:01:50 880KB Android代码
1
Android ItemTouchHelper拖动排序滑动删除使用ItemTouchHelper实现RecyclerView的拖动排序以及滑动删除。
2021-11-15 15:21:04 104KB 安卓源码-视图效果
1
SlideListView 项目介绍 可以上下滑动在一定范围内改变高度的ListView,不与Adapter项滑动冲突。当往上滑时,高度跟随手势变化,到达高度最大值,开始滑动Adapter项。在最大高度时向下滑动,当Adapter项滑动到最上面,开始随手势改变ListView高度。另外向上拉动时,当到达最底部会触发Load监听,可用于网络加载数据时的分页加载更多数据 使用说明 设置Adapter与ListView一致 在view.post方法中设置滑动的距离限制,最大高度减去最小高度,为0的时候将导致滑动效果失效 slideListView.post(new Runnable() { @Override public void run() { //设置滑动的距离限制,最大高度减去最小高度,为0的时候将导致滑动效果失效
2021-11-15 12:01:25 146KB Java
1
手机全屏滑动
2021-11-15 10:29:32 24.92MB 手机全屏滑动
1
android使用ViewPager实现底部菜单栏和左右滑动效果,加载多个Activity
1