All Projects → duolingo → Rtl Viewpager

duolingo / Rtl Viewpager

Licence: apache-2.0
ViewPager with RTL support 🔄

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Rtl Viewpager

sv-tests
Test suite designed to check compliance with the SystemVerilog standard.
Stars: ✭ 148 (-54.18%)
Mutual labels:  rtl
Openroad
OpenROAD's unified application implementing an RTL-to-GDS Flow
Stars: ✭ 270 (-16.41%)
Mutual labels:  rtl
Verilog
Repository for basic (and not so basic) Verilog blocks with high re-use potential
Stars: ✭ 296 (-8.36%)
Mutual labels:  rtl
Inkeverticalviewpagerlive
仿映客viewPager上下滑动切换直播
Stars: ✭ 258 (-20.12%)
Mutual labels:  viewpager
Cmpagetitleview
✍️一分钟集成类似抖音,新浪微博,腾讯视频,网易新闻,今日头条等常见的标题栏样式,api灵活易扩展,支持Cocoapods和Masonry布局,支持ChildController的完整生命周期
Stars: ✭ 270 (-16.41%)
Mutual labels:  viewpager
Bannerview
横幅广告图片轮播控件
Stars: ✭ 290 (-10.22%)
Mutual labels:  viewpager
odoo-rtl
Odoo (OpenERP) Right to left support for User Interface, report and frontend
Stars: ✭ 30 (-90.71%)
Mutual labels:  rtl
Loopingviewpager
A ViewPager and PagerAdapter combination that support auto scroll, infinite loop and page indicators.
Stars: ✭ 310 (-4.02%)
Mutual labels:  viewpager
Cores
Various HDL (Verilog) IP Cores
Stars: ✭ 271 (-16.1%)
Mutual labels:  rtl
Flowhelper
帮助您迅速构建顶部Tab,比如今日头条效果,热搜、搜索记录、与ViewPager/ViewPager2搭配的工具类;
Stars: ✭ 295 (-8.67%)
Mutual labels:  viewpager
Wowoviewpager
Combine ViewPager and Animations to provide a simple way to create applications' guide pages.
Stars: ✭ 2,749 (+751.08%)
Mutual labels:  viewpager
Odio
odio is now Strimio!
Stars: ✭ 262 (-18.89%)
Mutual labels:  rtl
Openlane
OpenLANE is an automated RTL to GDSII flow based on several components including OpenROAD, Yosys, Magic, Netgen, Fault and custom methodology scripts for design exploration and optimization.
Stars: ✭ 293 (-9.29%)
Mutual labels:  rtl
Fake-SDcard
Imitate SDcard using FPGAs.
Stars: ✭ 26 (-91.95%)
Mutual labels:  rtl
Cardslideview
一行代码实现ViewPager卡片效果,比ViewPager2更强大,底层同样是RecyclerView
Stars: ✭ 301 (-6.81%)
Mutual labels:  viewpager
blarney
Haskell library for hardware description
Stars: ✭ 81 (-74.92%)
Mutual labels:  rtl
Viewpagertransition
viewpager with parallax pages, together with vertical sliding (or click) and activity transition
Stars: ✭ 3,017 (+834.06%)
Mutual labels:  viewpager
Offsetanimator
Animations driven by finger movement
Stars: ✭ 317 (-1.86%)
Mutual labels:  viewpager
Awesome Arabic
A curated list of awesome projects and dev/design resources for supporting Arabic computational needs.
Stars: ✭ 309 (-4.33%)
Mutual labels:  rtl
Eleme Master
高仿饿了么3.0版本点餐页面
Stars: ✭ 297 (-8.05%)
Mutual labels:  viewpager

Deprecated

This library is no longer supported. We recommend using ViewPager2 for future development.

RtlViewPager

RtlViewPager is built on top of ViewPager which is provided as part of the AndroidX. It extends the functionality of ViewPager such that when the layout direction is right to left, pages scroll accordingly. RtlViewPager fully supports data set changes, interoperation with tab strips, and saving and restoring state on screen rotation and other configuration changes. Although RTL support has been present as part of Android since version 4.2, the ViewPager implementation in the support library does not.

Preview

Duolingo home, English UI Duolingo home, Arabic UI

Usage

Note that this library is no longer supported, and will no longer be available through jcenter once it is shut down.

dependencies {
    implementation 'androidx.viewpager:viewpager:1.0.0'
    implementation 'com.duolingo.open:rtl-viewpager:2.0.0'
}

Download

Version Notifications

Contributing

Please read our contributing guidelines.

License

Copyright 2016–2020 Duolingo

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.

A copy of the license is also available in the license file.

Duolingo is hiring! Apply at https://www.duolingo.com/careers

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].