ID appreciated
Daily Archives: Monday, September 9, 2013
Disable scrolling in Android ListView
Let’s say you want to make a static list view, perhaps because all the items in the list fit on the screen (no matter how small). Android doesn’t offer an easy way to accomplish this with something like myListView.setEnableScrolling(false); There is a StackOverflow question that provides an easy way to do it using a custom… Read more »