Re: [android-developers] Horizontal scroll in ListView

2010-03-26 Thread icnight
i want to ask a question: my code: * String[] strArray = new String[]{* *** **People._ID,* *** **People.NAME,* *** **People.NUMBER* *};* ** ** *Uri uri = People.CONTENT_URI;* *Cursor cursor = this.managedQuery(uri, strArr

[android-developers] Horizontal scroll in ListView

2010-03-25 Thread ailinykh
Hello, everybody! I would like to catch horizontal scrolling in ListView. I don't wont to scroll ListView content, I need an event only. I use GestureDetector, and in onScroll() method I can figure out when user scrolls in horizontal direction. This part works. But my problem is ListView fires onIt