Android picture Panorama 360° Auto (manual) Cycle scrolling

Source: Internet
Author: User

A custom control:

Address

Github:https://github.com/guogavin/panoramicautoscroll

csdn:http://download.csdn.net/detail/jiguangcanhen/8404891


Function
    • Automatically scrolls at a certain speed.
    • When the finger is operated, the scroll is stopped and the finger is released to continue scrolling.
    • Can be set to either infinite loop scrolling or infinite reciprocating scrolling.
    • You can set the scrolling speed.
Layout
<com. Gavin.panoramicautoscroll.AutoScrollHorizontalScrollViewAndroid:ID= "@+id/scrollview"       Android:Layout_width= "fill_parent"       Android:Layout_height= "wrap_content"       Android:ScrollBars= "none"       Android:background= "@android: Color/transparent" > <LinearLayout           Android:Layout_width= "wrap_content"           Android:Layout_height= "wrap_content"           Android:Orientation= "horizontal" /> </com.gavin.panoramicautoscroll.autoscrollhorizontalscrollview>
Scrolling mode
enum Showway {        cycle,//infinite scrolling        Repeat,//scroll back and forth    }
Automatic scrolling speed
enum  Speed {        slow,         Medium,        fast,    }
Set up and start
Autoscrollview. Setshowcontent (bitmap); Autoscrollview. Setspeed (Speedresult); Autoscrollview. Setshowway (Showwayresult); Autoscrollview. Startautoscroll ();

Android picture Panorama 360° Auto (manual) Cycle scrolling

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.