Browse Source

Update README

zhpanvip 4 years ago
parent
commit
b114c05ed7
3 changed files with 12 additions and 10 deletions
  1. 5 5
      README.md
  2. 6 4
      README_CN.md
  3. 1 1
      app/build.gradle

+ 5 - 5
README.md

@@ -28,16 +28,16 @@
 
 ## Preview
 
- ### [Click here or scan the QR code to download demo apk](https://oss.pgyer.com/897714a57f869b81c9fbf06c695c4e32.apk?auth_key=1612113481-db41d23f98b45a79df0a4f17c221a314-0-7950d2ad6458ca837d4687c03a505e61&response-content-disposition=attachment%3B+filename%3Dapp-release.apk). 
+ ### [Click here or scan the QR code to download demo apk](https://www.pgyer.com/bannerviewpager).
  
- Due to the download platform restrictions, each version can only be downloaded up to 10 times. Download links for other versions: [Download V3.4.0](https://oss.pgyer.com/6fcaeef41306bfa593aa4ad3dcc03302.apk?auth_key=1612113481-a4743e9042a138f4e690a68a11418570-0-44800e0e340193fa3021dbfb847521a9&response-content-disposition=attachment%3B+filename%3Dapp-release.apk),[Download V3.1.4](https://oss.pgyer.com/d679c49e67f8d17a34bfbf8462a8ad7e.apk?auth_key=1612113481-43f94663c061279f6e57b1166686eb68-0-238007a8ecbb6c7248ce5df9d767dcd1&response-content-disposition=attachment%3B+filename%3Dapp-release.apk)
+ Due to the download platform restrictions, each version can only be downloaded up to 10 times. Download links for other versions: [Download V3.4.0](https://www.pgyer.com/8c1deb4b38ea81d9c62e639dcdeeba39),[Download V3.1.4](https://www.pgyer.com/1206755b946b8b7d537b4c7c954234b1)
 
 ![QRCode](https://gitee.com/zhpanvip/images/raw/master/project/banner/qrcode.png)
 
 
 ### 1.PageStyle
 
-[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/circleviewpager/fragment/PageFragment.java)
+[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/banner/fragment/PageFragment.java)
 
 | MULTI_PAGE |MULTI_PAGE_SCALE | MULTI_PAGE_OVERLAP |
 |--|--|--|
@@ -51,7 +51,7 @@ The Indicator library was split from BannerViewPager,the new repo is [ViewPagerI
 
 BannerViewPager supports three Indicator Styles and five Indicator Slide mode now.
 
-[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/circleviewpager/fragment/IndicatorFragment.java)
+[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/banner/fragment/IndicatorFragment.java)
 
 | Attrs | CIRCLE | DASH | ROUND_RECT |
 |--|--|--|--|
@@ -64,7 +64,7 @@ BannerViewPager supports three Indicator Styles and five Indicator Slide mode no
 
 It's also support to custom indicator style,just need extends BaseIndicatorView or implement the IIndicator and override methods, then you can draw Indicators for whatever you want.
 
-[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/circleviewpager/fragment/OthersFragment.java)
+[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/banner/fragment/OthersFragment.java)
 
 | Figure Indicator | Drawable Indicator | Indicator below of Banner |
 |--|--|--|

+ 6 - 4
README_CN.md

@@ -28,15 +28,15 @@
 
 ## 效果预览
 
- ### [点击或扫描二维码下载apk](https://oss.pgyer.com/897714a57f869b81c9fbf06c695c4e32.apk?auth_key=1612114117-9e090627d79640f7db877dee2bf9c4f5-0-2aac46487fb89208426d5c48b6eb83b5&response-content-disposition=attachment%3B+filename%3Dapp-release.apk) 
- 由于蒲公英平台限制,每个版本最多只能下载10次。其他版本下载链接:[V3.4.0下载](https://oss.pgyer.com/6fcaeef41306bfa593aa4ad3dcc03302.apk?auth_key=1612113481-a4743e9042a138f4e690a68a11418570-0-44800e0e340193fa3021dbfb847521a9&response-content-disposition=attachment%3B+filename%3Dapp-release.apk),[V3.1.4下载](https://oss.pgyer.com/d679c49e67f8d17a34bfbf8462a8ad7e.apk?auth_key=1612113481-43f94663c061279f6e57b1166686eb68-0-238007a8ecbb6c7248ce5df9d767dcd1&response-content-disposition=attachment%3B+filename%3Dapp-release.apk)
+ ### [点击或扫描二维码下载apk](https://www.pgyer.com/bannerviewpager)
+ 由于蒲公英平台限制,每个版本最多只能下载10次。其他版本下载链接:[V3.4.0下载](https://www.pgyer.com/8c1deb4b38ea81d9c62e639dcdeeba39),[V3.2.0下载](https://www.pgyer.com/1206755b946b8b7d537b4c7c954234b1)
 
 ![扫描下载Demo](https://gitee.com/zhpanvip/images/raw/master/project/banner/qrcode.png)
 
 
 ### 1.PageStyle
 
-[一屏多页Demo](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/circleviewpager/fragment/PageFragment.java)
+[一屏多页示例](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/banner/fragment/PageFragment.java)
 
 | MULTI_PAGE |MULTI_PAGE_SCALE | MULTI_PAGE_OVERLAP |
 |--|--|--|
@@ -48,6 +48,8 @@
 
 #### (1)IndicatorStyle 与 IndicatorSlideMode
 
+[Indicator使用示例](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/banner/fragment/IndicatorFragment.java)
+
 BannerViewPager目前已支持三种IndicatorViewStyle,以及五种IndicatorSlideMode,分别如下:
 
 | 属性 | CIRCLE | DASH | ROUND_RECT |
@@ -62,7 +64,7 @@ BannerViewPager目前已支持三种IndicatorViewStyle,以及五种IndicatorSlid
 
 同时BannerViewPager还提供了自定义IndicatorView的功能。只要继承BaseIndicatorView或者实现IIndicator接口,并重写相应方法,就可以为所欲为的打造任意的Indicator了。
 
-[Sample Click Here](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/circleviewpager/fragment/OthersFragment.java)
+[自定义Indicator示例](https://github.com/zhpanvip/BannerViewPager/blob/master/app/src/main/java/com/example/zhpan/banner/fragment/OthersFragment.java)
 
 | Figure Indicator | Drawable Indicator | Indicator below of Banner |
 |--|--|--|

+ 1 - 1
app/build.gradle

@@ -9,7 +9,7 @@ android {
         minSdkVersion 21
         targetSdkVersion 28
         versionCode 1
-        versionName "3.4.0"
+        versionName "3.5.0"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     buildTypes {