PowerfulViewLibrary

Some powerful view,to be continued

  • Owner: chaychan/PowerfulViewLibrary
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

PowerfulViewLibrary

PowerfulEditText(功能强大的EditText)介绍

https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/PowerfulEditText.md

NumberRunningTextView(仿支付宝数字滚动的TextView)介绍

https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/NumRunningTextView.md

ExpandableLinearLayout(可展开收起的LinearLayout)介绍

https://github.com/chaychan/PowerfulViewLibrary/blob/master/readmes/ExpandableLinearLayout.md

BottomBarLayout(轻量级底部导航栏)介绍

http://blog.csdn.net/chay_chan/article/details/73715607

导入方式

在项目根目录下的build.gradle中的allprojects{}中,添加jitpack仓库地址,如下:

allprojects {
    repositories {
        jcenter()
        maven { url 'https://jitpack.io' }//添加jitpack仓库地址
    }
}

打开app的module中的build.gradle,在dependencies{}中,添加依赖,如下:

dependencies {
        compile 'com.github.chaychan:PowerfulViewLibrary:1.2.1'
}

支持和鼓励

如果觉得我的项目对你有所帮助的话,不妨打赏一下吧!这样我会更加有动力去完善好这个项目:

微信赞赏:

Main metrics

Overview
Name With Ownerchaychan/PowerfulViewLibrary
Primary LanguageJava
Program languageJava (Language Count: 1)
Platform
License:
所有者活动
Created At2017-03-08 01:59:02
Pushed At2018-03-12 11:55:50
Last Commit At2018-03-12 19:55:20
Release Count24
Last Release Name1.2.2 (Posted on )
First Release Name1 (Posted on )
用户参与
Stargazers Count364
Watchers Count7
Fork Count75
Commits Count49
Has Issues Enabled
Issues Count10
Issue Open Count7
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private