kyleduo / kyleduo/ExamplesFromMyBlog

支付宝首页交互问题

Open
#6 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Objective-C
Stars
146
Forks
56
PR merge metrics
No merged PRs in 30d

Description

你好,在使用支付宝首页交互的问题时发现了一些问题
1、当给adapter中的item设置点击事件后,快速短距离滑动,触发fling,会出现快速上滑,滑动的距离过大了些
2、现在的项目中使用了BaseRecyclerViewAdapterHelper库,当添加item的点击事件,快速短距离滑动,触发fling,头部会出现抖动
3、想请教下像支付宝的头部下拉触发下拉刷新如何实现?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the two reported interactions: rapid short-distance flings after adding adapter item click listeners, including the excessive scroll and header jitter. Review how BaseRecyclerViewAdapterHelper is used, then investigate the requested Alipay-style header pull-to-refresh behavior. Done means the fling behavior is corrected and the pull-to-refresh approach is clearly established.

Written by the indexing model from the issue text.

Assessment

Tech stack
android
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.