Skip to content

Latest commit

History

History
41 lines (35 loc) 路 1.15 KB

README.md

File metadata and controls

41 lines (35 loc) 路 1.15 KB

AndroidViewPager

The ViewPager with Indicator for Android 馃摫

Key Features 馃幆

  • View Pager: Simple and Easy Implementation of View Pager.
  • Indicator: Indicator for View Pager ensures the track of View Pager status.
  • Custom Rounded View Pager UI: Custom design for View Pager items.
  • Secure: Your data, your control. Always.
  • Compatible: Android 24 or upper.
  • Open Source: Freedom is beautiful, so is AndroidViewPager. Open source and free to use.

Download

dependencies {
    implementation 'com.github.HaiderQadir:AndroidViewPager:1.1'
}

Also configure JitPack

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

How to use

val mFragment = ViewPagerFragment(
   false,
   settingsIconVisibility = false,
   infoIconVisibility = false
)
supportFragmentManager.beginTransaction().replace(R.id.frameLayout, mFragment).commit()

Powered By

License 馃搫

Copyright 2023 Haider Qadir