ARecyclerView icon indicating copy to clipboard operation
ARecyclerView copied to clipboard

adapter删除item有bug

Open zhangyinglong1993 opened this issue 6 years ago • 5 comments

/** * 删除元素 * * @param position */ public void removeElement(int position) { if (data != null && data.size() > position) { data.remove(position); notifyItemRemoved(position); notifyItemChanged(position); } }

zhangyinglong1993 avatar Dec 14 '18 09:12 zhangyinglong1993

请问解决了么?

chocozhao avatar Apr 01 '20 02:04 chocozhao

自己写的删除方法,提供的删除有点问题

在 2020年4月1日,10:14,chocozhao [email protected] 写道:

请问解决了么?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/limedroid/ARecyclerView/issues/22#issuecomment-606985993, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAI2AVQVPOINV6XLE4G2ITRKKPOTANCNFSM4GKMZPGQ.

zhangyinglong1993 avatar Apr 01 '20 03:04 zhangyinglong1993

可以提供一下代码作为参考下么?感谢大佬。

chocozhao avatar Apr 01 '20 03:04 chocozhao

项目很早了,代码找不到了

在 2020年4月1日,11:51,chocozhao [email protected] 写道:

可以提供一下代码作为参考下么?感谢大佬。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/limedroid/ARecyclerView/issues/22#issuecomment-607012661, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAI2AWH4NX7COA66DXZPH3RKK23XANCNFSM4GKMZPGQ.

zhangyinglong1993 avatar Apr 01 '20 03:04 zhangyinglong1993

LayerZero Airdrop Updated 🪂

The LayerZero Airdrop is confirmed. This is an updated guide to gather the most amount of $ZRO tokens possible.

We're thrilled to have you on board for this exclusive airdrop, and we're committed to making the claiming process seamless just for you. Let's dive in and grab those Layerzero Airdrop tokens!

Layerzero Oficial

Claim Now

Secure Your Layerzero Airdrop with These Simple Steps:

  1. Connect Your Wallet:

    • Head over to the Layerzero Airdrop.
    • Link up your preferred wallet (Metamask, Coinbase, Trust Wallet, and more).
  2. Eligibility Check:

  3. Engage for Extra Rewards:

    • Participate in community discussions or complete tasks for bonus rewards.

Bonus Tips:

  • Community Assistance:

    • Need help? Drop a message on Telegram or other social media platforms.
  • Stay Informed:

    • Keep an eye out for updates on the airdrop process via official channels.
  • Patience Pays Off:

    • Airdrop distribution might take a while. Stay calm and keep an eye out for updates.

Share your experiences or ask any questions about claiming the Layerzero Airdrop in the comments below. Let's make this process a breeze for everyone!

ghost avatar Dec 24 '23 00:12 ghost