Giter VIP home page Giter VIP logo

Comments (9)

ashx1 avatar ashx1 commented on July 20, 2024

Are you using the latest version of TableFixHeaders?

from tablefixheaders.

xiaobei3120 avatar xiaobei3120 commented on July 20, 2024

yet,I download it at 8.16

from tablefixheaders.

BraisGabin avatar BraisGabin commented on July 20, 2024

Can you provide a simple project to reproduce it?

from tablefixheaders.

xiaobei3120 avatar xiaobei3120 commented on July 20, 2024

I new to this web,how can i upload a simple project

from tablefixheaders.

xiaobei3120 avatar xiaobei3120 commented on July 20, 2024

The errors isn't reproduce again now ,i do this from ArrayIndexOutOfBoundsException issue's method.

private int sumArray(int array[], int firstIndex, int count) {
    int sum = 0;
    count += firstIndex;
    for (int i = firstIndex; i < Math.min(array.length, count); i++) {
        sum += array[i];
    }
    return sum;
}

from tablefixheaders.

BraisGabin avatar BraisGabin commented on July 20, 2024

That is not a fix. That only hides the bug. This bug was reported at #24 but I didn't know how to reproduce the bug. If you would provide a code to reproduce it, I'll fix it.

If you don't know about git you can paste the code at gists and share the link or you can send the project via email. You can find my email on my profile.

from tablefixheaders.

xiaobei3120 avatar xiaobei3120 commented on July 20, 2024

Hey,I have send email to your account.
thank you!

from tablefixheaders.

BraisGabin avatar BraisGabin commented on July 20, 2024

It's not a library bug. It's your code.

mBean.clear(); // mBean it's the tableAdapter's data source instance.
// Replace it for mBean = new ArrayList<Stuff>();
mBean.addAll(bean);
tableAdapter.setData(mBean);
table.scrollTo(0, 0);
tableAdapter.notifyDataSetChanged();

from tablefixheaders.

xiaobei3120 avatar xiaobei3120 commented on July 20, 2024

Thank you!
if you don't mind,I want to ask you some question.
I am newbie to Android,I don't understand TableFixHeaders.java clearly,how can I read it?
How can I improve development capability?

from tablefixheaders.

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.