All Projects → wutongke → Viewpagerindicator

wutongke / Viewpagerindicator

Simple auto viewPagerIndicator

Programming Languages

java
68154 projects - #9 most used programming language

ViewPagerIndicator

Simple auto viewPagerIndicator

start

  • xml
<com.linked.erfli.viewpagerindicator.GuideIndicator
            android:id="@+id/indicator"
            android:layout_width="wrap_content"
            android:layout_height="50dp"
            android:layout_alignParentBottom="true"
            android:layout_centerHorizontal="true"
            android:layout_marginBottom="50dp"
            viewpager:stay_time="3" />
  • java
   indicator.setViewPager(viewPager);
   indicator.startAnimation();

other

add something interesting 通过三次优化,我将gif加载优化了16.9%

Todo

目前bitmap内存复用还有些问题,待解决……

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].