开发者

Android tutorial for implementing scrollable lable with touch

开发者 https://www.devze.com 2023-03-06 17:15 出处:网络
I want to implement a date scroll label which displays a current date. Now, user can touch the date and scroll either left or right direction ( something similar to unlock functionality or monthview

I want to implement a date scroll label which displays a current date.

Now, user can touch the date and scroll either left or right direction ( something similar to unlock functionality or monthview scroller)

Based on the direction, either previous or next date should be displayed in the label part. And user can do the 开发者_JAVA技巧same scrolling with multiple times.

Can anyone provide me the link for the tutorial which explains details about implementing such control.


Try this for start , http://www.kellbot.com/2009/06/android-hello-circle/

0

精彩评论

暂无评论...
验证码 换一张
取 消