i am using an expandablelistview to show a list of groups containing different counts of children. sometimes the list is very long, so i wanted to enable fastscroll. i did this and everything is worki
I am trying to use secionIndexer with fast scroll in list view. I haveimplemented but on scroll of list it should popup the current letter at which we have scrolled,
Has anyone found a way to style the widget that appears when SectionIndexer is used? Styling changes such as changing开发者_开发百科 the text color or the background color.Found the answer here
Hi I am simply trying to implement an iPhone like fastscroll with an alphabetic scrollbar. See here: http://appsreviews.com/wp-content/uploads/2010/08/Cures-A-Z-App-for-iPhone.jpg
I have a class which implements expandable list activity. In the XML code (or I can do it in java), I set fastScrollEnabled to true. This does in deed enable fast scroll. BUT fast scroll only works in
It's difficult to tell what is being asked here. This question is ambiguous, 开发者_开发技巧vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
In an application I have a Spi开发者_JAVA百科nner that has tens of items. When the user taps on the spinner, a popup dialog appears that shows the list of possible selections. However, since there ar
I\'m messing around with writing a class similar to mpz (C) or BigInteger (Java).This is just for fun, so please don\'t go on about how I shouldn\'t be writing my own.