All Projects → kannan-anbu → Glazy Viewpager

kannan-anbu / Glazy Viewpager

Android ViewPager template with cool animation.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Glazy Viewpager

Loopviewpagerlayout
☺无限轮播ViewPagerLayout 广告栏 banner 多种滑动的样式 使用API简单明了
Stars: ✭ 100 (-60%)
Mutual labels:  viewpager, imageview
Ariana
Provide Multiple Gradients in ImageViews and Texts. Integrate with ViewPager to change colors dynamically.
Stars: ✭ 74 (-70.4%)
Mutual labels:  viewpager, imageview
Bannerviewpager
🚀 An awesome banner view for Android,Based on ViewPager2. 这可能是全网最好用的ViewPager轮播图。简单、高效,一行代码实现循环轮播,一屏三页任意变,指示器样式任你挑。
Stars: ✭ 2,603 (+941.2%)
Mutual labels:  viewpager
Transferee
一个帮助您完成从缩略视图到原视图无缝过渡转变的神奇框架
Stars: ✭ 2,697 (+978.8%)
Mutual labels:  viewpager
Zoomage
A simple pinch-to-zoom ImageView library for Android
Stars: ✭ 211 (-15.6%)
Mutual labels:  imageview
Dotsindicator
Three material Dots Indicators for view pagers in Android !
Stars: ✭ 2,447 (+878.8%)
Mutual labels:  viewpager
Viewpagertransforms
Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
Stars: ✭ 2,477 (+890.8%)
Mutual labels:  viewpager
Tabman
™️ A powerful paging view controller with interactive indicator bars
Stars: ✭ 2,235 (+794%)
Mutual labels:  viewpager
Music Cover View
Subclass of ImageView that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps. 📀🎶
Stars: ✭ 239 (-4.4%)
Mutual labels:  imageview
Circleimageview
A circular ImageView for Android
Stars: ✭ 14,102 (+5540.8%)
Mutual labels:  imageview
Overscroll Decor
Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views.
Stars: ✭ 2,671 (+968.4%)
Mutual labels:  viewpager
Print
A lightweight Android library for use iconic fonts.
Stars: ✭ 202 (-19.2%)
Mutual labels:  imageview
Gestureviews
ImageView and FrameLayout with gestures control and position animation
Stars: ✭ 2,257 (+802.8%)
Mutual labels:  imageview
Gridpagersnaphelper
A powerful tools to impl grid paging layout by RecyclerView
Stars: ✭ 228 (-8.8%)
Mutual labels:  viewpager
Lastpageradapter
Don't write a ViewPager Adapter! Hook up your ViewPager to your data model using Android Data Binding Framework. With Kotlin support!
Stars: ✭ 181 (-27.6%)
Mutual labels:  viewpager
Pageindicator
An Instagram like page indicator compatible with RecyclerView and ViewPager.
Stars: ✭ 236 (-5.6%)
Mutual labels:  viewpager
Lkimagekit
A high-performance image framework, including a series of capabilities such as image views, image downloader, memory caches, disk caches, image decoders and image processors.
Stars: ✭ 2,063 (+725.2%)
Mutual labels:  imageview
Mzbannerview
仿魅族BannerView,图片轮播控件,支持多种模式切换:普通ViewPager使用,普通Banner使用,仿魅族Banner使用。
Stars: ✭ 2,298 (+819.2%)
Mutual labels:  viewpager
Superxml
android布局能力增加,轻松实现圆角、边框、虚线、属性覆盖等功能。完全无侵入
Stars: ✭ 221 (-11.6%)
Mutual labels:  imageview
Kenburnsview
Android ImageViews animated by Ken Burns Effect
Stars: ✭ 2,685 (+974%)
Mutual labels:  imageview

glazy-viewpager

Android Arsenal

ViewPager template with cool animation.

Preview

Video

Dependencies

compile 'com.android.support:palette-v7:25.2.0'

Usage

Refer the implementation in the sample app.
    <com.kannan.glazy.pager.GlazyViewPager
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
    </com.kannan.glazy.pager.GlazyViewPager>

GlazyImageView

You can even use the GlazyImageView alone.

    <com.kannan.glazy.views.GlazyImageView
        android:id="@+id/glazy_image_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        glazy:cutType="wave"
        glazy:cutHeight="50dp"
        glazy:cutCount="3"
        glazy:autoTint="false"
        glazy:tintColor="#ff000000"
        glazy:tintAlpha="125"
        glazy:titleTextSize="25dp"
        glazy:subTitleTextSize="18dp"
        glazy:textMargin="25dp"
        glazy:lineSpacing="10dp"
    />

License

Copyright 2017 Kannan-anbu.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].