/NguiLib

自定义View实现集合

Primary LanguageKotlin

NguiLib

NguiLib


An *beautiful+useful+easy-style* custom view collection for Android,minSdkVersion >= 11
issues welcome
Jcenter: https://bintray.com/jiangzhengnan/NguiLib/NguiLib

UseAge

gradle:

repositories {
    jcenter()
}

...

dependencies {
    api 'ng.ngui.ngbase:nguilib:0.0.1'
}

To add gradle dependency you need to open build.gradle (in your app folder,not in a project folder) then copy and add the dependencies there in the dependencies block

Sample

1.CentralTractionButton 腾讯QQ的Tab按钮动画效果完美实现
博客地址: 腾讯QQ的Tab按钮动画效果完美实现
2.WaveView 贝塞尔曲线的水波浪效果实现
博客地址: 贝塞尔曲线的水波浪效果实现
3.EcgView ECG心电图的绘制实现
博客地址: ECG心电图的绘制实现
数据全部显示模式:

滑动显示模式:

动态刷新显示模式:

License

Copyright 2019, Jiang Zhengnan

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.