[android-developers] Problems with ListView scroll.

2012-06-26 Thread Put_tiMe
I have a ListView, and a custom adapter. I have setup listeners for click, and long-click. The problem:: I can scroll, but the moment I take my finger off the screen, it scrolls back to the top of the list view. How can I fix this problem? -- You received this message because you are

Re: [android-developers] Problems with ListView scroll.

2012-06-26 Thread Justin Anderson
Are you doing anything funky like programatically setting a selected item in the listview? What does your code look like? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 26, 2012 at 2:00 AM, Put_tiMe putt...@gmail.com wrote: I have a