Skip to the content.

[本库已迁移至新库,请移驾这里][https://github.com/RubinTry/NBUI]

中文文档

logo

Introduction

AndroidUiWidget is a rich UI widget library,it can improve your development efficiency greatly.

Feature

Get start

Dialog

maven

   <dependency>
	<groupId>cn.rubintry.widget</groupId>
	<artifactId>dialog</artifactId>
	<version>1.0.5</version>
	<type>pom</type>
   </dependency>

gradle

implementation 'cn.rubintry.widget:dialog:1.0.7'

Widget

maven

   <dependency>
	<groupId>cn.rubintry.widget</groupId>
	<artifactId>widget</artifactId>
	<version>1.0.5</version>
	<type>pom</type>
   </dependency>

gradle

implementation 'cn.rubintry.widget:widget:1.0.5'


Show

Widget Name Preview Widget description
IOSMessageDialog This is an IOS style general message dialog
IOSBottomListDialog This is an IOS style general bottom list dialog
ElasticView This is an elastic view that can flexibly nest and control conditions

Notice:

If you want to use ElasticView or others widgets, you should introduce the Widget Library.

License

Copyright 2020 Sunzhong Lu

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.