Giter VIP home page Giter VIP logo

Comments (7)

felipecsl avatar felipecsl commented on August 15, 2024

The wrong initial position has been fixed via #3
I'll look into the other issue (bar jump when scrolling) later.

Thanks!

from quickreturn.

AlexeyFreelancer avatar AlexeyFreelancer commented on August 15, 2024

Hi @felipecsl

The jumping issue was not fixed.
Also another issue on the grid - jumping and empty page.

Video: https://drive.google.com/file/d/0B7RpBUvV8W8WbG1wb1BsSWVJNm8/edit?usp=sharing

from quickreturn.

felipecsl avatar felipecsl commented on August 15, 2024

Which version did you test with? I released 1.3.0 yesterday. Sorry I forgot to update it in the README.

from quickreturn.

AlexeyFreelancer avatar AlexeyFreelancer commented on August 15, 2024

I used latest version. I made clone your example project today and changed items content (please see my first comment). I can try it tomorrow again.
Note: device Nexus 5

from quickreturn.

AlexeyFreelancer avatar AlexeyFreelancer commented on August 15, 2024

To reproduce the issue try to change the code like this:

    private void addMoreItems(final int amount) {
        for (int i = 0; i < amount; i++)
            adapter.add(getItemName(i));

        offset += amount;
    }

    private String getItemName(int i) {
        if (new Random().nextInt(3) == 1) {
            return "item " + (offset + i);
        } else {
            return "item " + (offset + i) + " Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.";
        }
    }

from quickreturn.

matpatten avatar matpatten commented on August 15, 2024

+1

from quickreturn.

onishinji avatar onishinji commented on August 15, 2024

Hi, i try to use your lib in my project and the "jump on scroll" is annoying :/

from quickreturn.

Related Issues (20)

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.