Last Version

ui 1.0.0

这是一个基于MvvM结构的基础框架,使用了DataBinding,LiveData,Navigation为技术点. 简化Fragment,Diaolog等控件构建方式,更友好愉快的使用MvvM模式,由于核心Navigation提倡单个Activity此框架未对Activity进行封装

License

License

GroupId

GroupId

com.github.wave-zhang
ArtifactId

ArtifactId

ui
Version

Version

1.0.0
Type

Type

aar
Description

Description

ui
这是一个基于MvvM结构的基础框架,使用了DataBinding,LiveData,Navigation为技术点. 简化Fragment,Diaolog等控件构建方式,更友好愉快的使用MvvM模式,由于核心Navigation提倡单个Activity此框架未对Activity进行封装
Project URL

Project URL

https://github.com/wave-zhang/ui
Source Code Management

Source Code Management

https://github.com/wave-zhang/ui/tree/master

Download ui 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.wave-zhang/ui/ -->
<dependency>
    <groupId>com.github.wave-zhang</groupId>
    <artifactId>ui</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wave-zhang/ui/
implementation 'com.github.wave-zhang:ui:1.0.0'
// https://jarcasting.com/artifacts/com.github.wave-zhang/ui/
implementation ("com.github.wave-zhang:ui:1.0.0")
'com.github.wave-zhang:ui:aar:1.0.0'
<dependency org="com.github.wave-zhang" name="ui" rev="1.0.0">
  <artifact name="ui" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wave-zhang', module='ui', version='1.0.0')
)
libraryDependencies += "com.github.wave-zhang" % "ui" % "1.0.0"
[com.github.wave-zhang/ui "1.0.0"]

Dependencies

compile (8)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.2.0
com.google.android.material » material jar 1.2.1
androidx.navigation » navigation-fragment jar 2.3.0
androidx.navigation » navigation-ui jar 2.3.0
com.orhanobut : logger jar 2.2.0
androidx.databinding » databinding-common jar 4.1.3
androidx.databinding » databinding-runtime jar 4.1.3
androidx.databinding » databinding-adapters jar 4.1.3

Project Modules

There are no modules declared in this project.