quickbrownfox
quickbrownfox

Reputation: 13

How to implement the timestamp scroll panel like latest FriendCaster app?

The recent update of FriendCaster brings the timestamp scroll panel as shown in the screenshot. I would like to build a similar one, but anyone can tell how to start?

The screenshot can be found in here: http://imageshack.us/photo/my-images/191/screenshot2012040810401.png/

Upvotes: 1

Views: 326

Answers (1)

Gunnar Karlsson
Gunnar Karlsson

Reputation: 28480

ScrollBarPanel on GitHub by Chris Banes. Supports custom View as scrollbar panel.

An explanation by Cyril Mottier on how to implement a scrollbar panel by extending ListView.

Upvotes: 1

Related Questions