Skip to content

A library includes bunches of utilities classes.

License

Notifications You must be signed in to change notification settings

li2/android-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f78dc43 · Dec 28, 2021

History

81 Commits
Dec 11, 2021
Nov 24, 2021
Dec 28, 2021
May 2, 2021
Mar 15, 2020
Mar 15, 2020
Mar 20, 2020
Apr 4, 2020
Dec 13, 2021
Mar 15, 2020
Mar 15, 2020
Mar 15, 2020
May 24, 2021

Repository files navigation

Common Library

This library icludes bunches of utilities classes.

├── arch
│   ├── Event.kt
│   ├── LiveDataExt.kt
│   ├── Resource.kt
│   └── SingleLiveEvent.kt
├── collections
│   └── CollectionsExt.kt
├── framework
│   ├── ApiLevelUtils.kt
│   └── CookiesUtil.kt
├── logic
│   └── BooleanExt.kt
├── net
│   └── Uri.kt
├── number
│   ├── IntExt.kt
│   └── NumberFormatUtils.kt
├── rx
│   ├── ObservableExt.kt
│   ├── RxBluetooth.kt
│   ├── RxBus.kt
│   ├── RxDialog.kt
│   ├── RxPermissions.kt
│   └── internal
└── text
    ├── StringExt.kt
    └── buildSpanned.kt

Usage

TODO

Download

implementation 'com.github.li2:android-common:latest_version'

License

    Copyright (C) 2020 Weiyi Li

    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.