GithubHelp home page GithubHelp logo

can't import repo about rxrecyclerview HOT 4 OPEN

exallium avatar exallium commented on September 15, 2024
can't import repo

from rxrecyclerview.

Comments (4)

exallium avatar exallium commented on September 15, 2024

Hello!

The gradle plugin that this would have been built against would be several years old now. My recommendation is to just remove the bintray references from your gradle files. This project is severely outdated (both architecture-wise and versions-wise) and I'd recommend against using it, but if you're adamant to utilize it, this is the path I would follow.

Thanks!
Alex.

from rxrecyclerview.

AndroidDeveloperLB avatar AndroidDeveloperLB commented on September 15, 2024

I see.
Is there any similar library you know of, that's related to RecyclerView that might be interesting to try?
Do you use any library for RecyclerView ?

from rxrecyclerview.

exallium avatar exallium commented on September 15, 2024

Hello,

I do not currently use any sort of external libraries. There are a few ways I would normally set up a RecyclerView:

  1. With an Observable<List> which contains the entire list (flux or redux style) and then utilizes DiffUtils
  2. With an Observable<Delta> which emits deltas and then utilizes notifyItemChanged... etc.

My preferred method is the first for shorter lists, but it's up to you. I don't find that it is enough code to warrant it's own library. DiffUtil has gone a long way to make implementing changes to a RecyclerView very simple, and I'd recommend taking a look at it.

from rxrecyclerview.

AndroidDeveloperLB avatar AndroidDeveloperLB commented on September 15, 2024

I'm quite new with RX.
Do you have perhaps a sample of what you wrote?

from rxrecyclerview.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.