• This repository has been archived on 20/Mar/2021
  • Stars
    star
    342
  • Rank 123,697 (Top 3 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ViewPager with RTL support ๐Ÿ”„

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