# AndroidUiWidget **Repository Path**: rubintry/AndroidUiWidget ## Basic Information - **Project Name**: AndroidUiWidget - **Description**: AndroidUiWidget is a rich UI widget library,it can greatly improve your development efficiency. - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-06 - **Last Updated**: 2023-11-22 ## Categories & Tags **Categories**: android-modules **Tags**: None ## README ## [本库已迁移至新库,请移驾这里](https://github.com/RubinTry/NBUI) ## [中文文档][readme_cn] ![logo](https://user-images.githubusercontent.com/25943524/81573086-9e84a900-93d6-11ea-81b5-af22b6691e87.png) ## Introduction [AndroidUiWidget][readme] is a rich UI widget library,it can improve your development efficiency greatly. ## Feature * Support Androidx * Concise and beautiful and easy to expand * Support pull down zoom in(ElasticView) ## Get start ### Dialog maven ```xml cn.rubintry.widget dialog 1.0.5 pom ``` gradle ```groovy implementation 'cn.rubintry.widget:dialog:1.0.7' ``` ### Widget maven ```xml cn.rubintry.widget widget 1.0.5 pom ``` gradle ```groovy implementation 'cn.rubintry.widget:widget:1.0.5' ```
## Show |Widget Name| Preview | Widget description | |:---:|:---:|:---:| |[IOSMessageDialog][readme_ios_message_dialog]|![](https://user-images.githubusercontent.com/25943524/81573478-236fc280-93d7-11ea-9778-885c0cce20c5.gif)|This is an IOS style general message dialog| |[IOSBottomListDialog][readme_ios_bottom_list_dialog]|![](https://user-images.githubusercontent.com/25943524/81573566-3aaeb000-93d7-11ea-91ed-1fea529f6442.gif)|This is an IOS style general bottom list dialog| |[ElasticView][readme_elastic_view]|![](https://user-images.githubusercontent.com/25943524/81596728-224e8d80-93f7-11ea-998a-e76a1870da17.gif)|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 ```text 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. ``` [readme]: https://github.com/Rubintry/AndroidUiWidget [auc]: https://github.com/Rubintry/AndroidUiWidget [result]: https://android-arsenal.com/result?level=14 [readme_cn]:https://github.com/RubinTry/AndroidUiWidget/blob/master/README_CN.md [readme_ios_message_dialog]:https://github.com/RubinTry/AndroidUiWidget/blob/master/doc/en/README_IOS_MESSAGE_DIALOG.md [readme_ios_bottom_list_dialog]:https://github.com/RubinTry/AndroidUiWidget/blob/master/doc/en/README_IOS_BOTTOM_LIST_DIALOG.md [readme_elastic_view]:https://github.com/RubinTry/AndroidUiWidget/blob/master/doc/en/README_ELASTIC_VIEW.md