/NguiLib

🔥🔥🔥An *beautiful+useful+easy-style* custom view collection for Android

Primary LanguageJava

NguiLib

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

UseAge

gradle:

repositories {
    jcenter()
}

...

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

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. Perfect Realization of Tab Button Animation Effect of Tencent QQ
Information: 腾讯QQ的Tab按钮动画效果完美实现

2.EcgView. ECG display
Information: ECG心电图的绘制实现

3.PolygonLoadView. A Cool Load View
Inspiration : https://dribbble.com/shots/5878367-Loaders

4.ArrowInteractionView. A Load Animation Button
Inspiration : https://dribbble.com/shots/6201452-Arrow-micro-interaction

5.PointLoadingView. A Point Load Animation View

6.CylinderView. A 3D cylinder animation View
Inspiration : https://dribbble.com/shots/7077455-Spending-analytics

7.ToggleView. A simple vector switching animation
Inspiration : https://dribbble.com/shots/9834681--Toggle

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.