KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Vertical-ViewPager-Android
★ 18
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ng-typeview
:
Enables type-checking of angular1 views
scrapyfundamentals
:
This repo contains all the Scrapy Projects mentioned in "Scrapy Fundamentals" ebook
qml-snippet
:
some qml snippet.
web-crawler
:
Simple web crawler built using Node.js
AutoClickMouse
:
鼠标自动点击器,支持最小化到任务栏,支持快捷键启动与停止。(最初用于淘宝网页红包活动)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Vertical-ViewPager-Android
?
Download (.md)
# Vertical-ViewPager-Horizontal-ViewPager-Android This application contains custom `ViewPager` which provide the effect of vertical card swiping  To use `VerticalViewPager` <a href='https://bintray.com/mohitdev/Android-Vertical-ViewPager-with-swipe-card-layout/verticalviewpager/_latestVersion'><img src='https://api.bintray.com/packages/mohitdev/Android-Vertical-ViewPager-with-swipe-card-layout/verticalviewpager/images/download.svg'></a> Add below line in your app gradle file `implementation 'com.mohitdev:verticalviewpager:0.0.2'` Add following code into your layout xml file `<com.mohitdev.verticalviewpager.VerticalViewPager android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/viewPager" />` Add below code into you java file ` VerticalViewPager mViewPager = (VerticalViewPager) findViewById(R.id.viewPager); ` Now viewpager will provide you above effect with all the functionality of normal viewpager.