lvqingfeng / WidgetCase

自定义控件通用库:拿来就用,API文档详细,持续集成,长期维护

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WidgetCase

项目介绍

跟着公司项目走了一年之久的自定义控件Library,稳定性和兼容性已有所保障。由于公司项目偏向于统计类,所以项目里更多的是这方面的控件;但既然把库都抽出来了,就绝不可能只是涉及到统计类这块,会发散到更多的应用场景中去。因此,此库会一直维护下去,直至Android倒下,本人倒下(决心表的很大)。当然一个人的力量总是有限的,在这期待更多志同道合的码友们的加入,大家在一起干点轰轰烈烈的事情。

效果刷一波,毕竟是看脸吃饭的年代

功能目录>>>

峰值图>>>[TaperChart & TaperChartLayout]

image

渐变曲线>>>[GradientLine]

image

圆环进度>>>[RingView & LegendRingView]

自定义控件分布如下

峰值图
  1. TaperChart
  2. TaperChartLayout
  3. HorTaperChart(还有问题)
圆形进度条
  1. CircleProgress
  2. GradientProBar
  3. CircleProgressBarView
  4. CircleView
环形进度条
  1. RingView
  2. LegendRingView(内含图例)
半圆/油表
  1. HalfCircleProView
横向进度条
  1. HorProBar
  2. SectionProBar
  3. ShadowProBar
  4. LoadingLineView
渐变曲线

GradientLine

系统控件重写
  1. FixGridView
  2. FixListView
  3. NoScrollViewPager
贝塞尔曲线练练手

PathMorphBezier

Download

Step 1.

allprojects {
    repositories {
        ...
        maven {
            url 'http://47.93.38.184:8081/nexus/content/repositories/faithhb/'
        }
    }
}

Step 2.

Gradle:

implementation 'com.faithhb:widgetcase:1.7.8'

widgetcase最新版本:

or

aar:

implementation(name: 'hawkeye_widget-release', ext: 'aar')

有问题怎么办?

首先有问题的话,可以提issue,我会经常去看的,能解决的肯定会及时解决,不能解决的会想办法解决的。

想加入一起来维护这个开源项目,该怎么操作?

你可以先fork下来这个项目然后自己去修改一些网友的问题或者自己发现的问题和需要优化的地方,再通过发pr的形式给我,我会第一时间查看代码并进行测试及合并代码。 这样坚持超过3个pr的小伙伴(并且质量不错哦),我会直接邀请他称为该项目的开发者,真正做到方便,快速的维护这个开源库。。。

联系方式:

微信:faith-hb
QQ:907167515

License

Copyright 2019 faith-hb

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.

About

自定义控件通用库:拿来就用,API文档详细,持续集成,长期维护

License:Apache License 2.0


Languages

Language:Java 89.2%Language:Kotlin 10.2%Language:CMake 0.5%Language:C++ 0.1%