All Projects → prabhat1707 → Verticalviewpager

prabhat1707 / Verticalviewpager

Licence: apache-2.0
Vertical View Pager Scroll page in upward and downward direction. To know more See README.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Verticalviewpager

Parallaxscrollingview
Parallax scrolling either by offset or automatically.
Stars: ✭ 91 (+175.76%)
Mutual labels:  viewpager, scrolling
Fullpage.js
fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
Stars: ✭ 32,974 (+99821.21%)
Mutual labels:  scrolling
Flippablestackview
An Android library introducing a stack of Views with the first item being flippable.
Stars: ✭ 807 (+2345.45%)
Mutual labels:  viewpager
Adaptablebottomnavigation
A simpler way for implementing the Bottom Navigation View on Android
Stars: ✭ 844 (+2457.58%)
Mutual labels:  viewpager
Scviewpager
Stars: ✭ 820 (+2384.85%)
Mutual labels:  viewpager
Fuckmyscroll.js
🔮 Animated scrolling to certain point or anchor
Stars: ✭ 10 (-69.7%)
Mutual labels:  scrolling
Liquidswipe
Android LiquidSwipe Library
Stars: ✭ 721 (+2084.85%)
Mutual labels:  viewpager
Viewpagerhelper
这个一个 viewpager/viewpager2工具类,能够帮你快速实现导航栏轮播图,app引导页,viewpager/viewpager2 + fragment;内置多种tab指示器,让你告别 viewpager 的繁琐操作,专注逻辑功能
Stars: ✭ 957 (+2800%)
Mutual labels:  viewpager
Funtablayout
An efficient tablayout for Android with added FUN!
Stars: ✭ 20 (-39.39%)
Mutual labels:  viewpager
React Intersection Observer
React component for the Intersection <Observer /> API
Stars: ✭ 940 (+2748.48%)
Mutual labels:  scrolling
React Native Viewpager
ViewPager and Indicator component for react-native on both android and ios.
Stars: ✭ 921 (+2690.91%)
Mutual labels:  viewpager
Brflabbytable
Bouncy and distorded table view cells, available on Cocoapods
Stars: ✭ 824 (+2396.97%)
Mutual labels:  scrolling
Android scroll endless
Scroll endless for Android recyclerview
Stars: ✭ 12 (-63.64%)
Mutual labels:  scrolling
Scroll Into View If Needed
Element.scrollIntoView ponyfills for things like "if-needed" and "smooth"
Stars: ✭ 811 (+2357.58%)
Mutual labels:  scrolling
Scroll bars
Hide or show app bar and bottom navigation bar while scrolling.
Stars: ✭ 28 (-15.15%)
Mutual labels:  scrolling
Animatedbottombar
A customizable and easy to use BottomBar navigation view with sleek animations, with support for ViewPager, ViewPager2, NavController, and badges.
Stars: ✭ 797 (+2315.15%)
Mutual labels:  viewpager
Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-45.45%)
Mutual labels:  viewpager
Albinotonnina.com
source-code
Stars: ✭ 837 (+2436.36%)
Mutual labels:  scrolling
React Picky Date Time
A react component for date time picker. Online demo examples
Stars: ✭ 31 (-6.06%)
Mutual labels:  scrolling
Cardviewlist
An elegant and responsive CardView like Android on iOS with Swift. Available horizontal and vertical scrolling with full animations and customizable.
Stars: ✭ 30 (-9.09%)
Mutual labels:  scrolling

VerticalViewPager

A Vertical ViewPager Like InShorts App https://goo.gl/TYjZxm and trenzlr app https://goo.gl/mGr47N just swipe up or down to go to next or prev page and it has also zoom In and Zoom out animation.

alt tag

Step 1: Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.prabhat1707:VerticalViewPager:1.0'
}

Usage

 <com.prabhat1707.verticalpager.VerticalViewPager
       android:id="@+id/viewPager"
       android:background="#000000"
       android:layout_width="match_parent"
       android:layout_height="match_parent">
   </com.prabhat1707.verticalpager.VerticalViewPager>

License

Copyright [2018] [prabhat rai]
 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].