ListView random IndexOutOfBoundsException on Froyo

After a lot of time checking the android source code and not understanding this error I’ve finally cracked it. The problem occurs with Samsung phones, they have a different implementation on the over-scroll functionality and that ended up throwing this exception as it tried to select a footer/header out of bounds (even when there is … Read more