Coder Social home page Coder Social logo

android-drag-and-drop-listview's People

Watchers

 avatar

android-drag-and-drop-listview's Issues

Example not working

What steps will reproduce the problem?
1. All item still in same position.
2. After drop a item, return to same position 
3.

What is the expected output? What do you see instead?
Sort using drag and drop listview. Drag is working but when is droped, item 
return to original position.

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Jul 2010 at 6:17

conclusion of a long list

What steps will reproduce the problem?
1. remove 
        array.add("Row 1");
        array.add("Row 2");
        array.add("Row 3");
2. add 
        for (Integer i = 0; i < 30; i++) {
       array.add("Row " + i.toString());
    }
3.

What is the expected output? What do you see instead?
expect to see a list of 1 to 30. I see a list of 0,1,2 ... 8,0,1,2 ... 8

What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 21 Jan 2011 at 8:40

Cannot drop Row1 into Row2

What steps will reproduce the problem?
1. Drag Row 1 and leave it onto Row 2
2.
3.

What is the expected output? What do you see instead?
Expected: Row 1 should be dropped between Row 2 and Row 3. 
Actual: Row 1 appears after Row 3 at the end.

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Dec 2011 at 8:13

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.