Android Kits Base (Huawei)

Huawei variant of Base APIs for libraries in Android Kits collections.

License

License

GroupId

GroupId

dev.supasintatiyanupanwong.libraries.android.kits.base
ArtifactId

ArtifactId

base-huawei
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

Android Kits Base (Huawei)
Huawei variant of Base APIs for libraries in Android Kits collections.
Project URL

Project URL

https://github.com/SupasinTatiyanupanwong/android-kits-base/
Source Code Management

Source Code Management

https://github.com/SupasinTatiyanupanwong/android-kits-base/

Download base-huawei

How to add to project

<!-- https://jarcasting.com/artifacts/dev.supasintatiyanupanwong.libraries.android.kits.base/base-huawei/ -->
<dependency>
    <groupId>dev.supasintatiyanupanwong.libraries.android.kits.base</groupId>
    <artifactId>base-huawei</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.supasintatiyanupanwong.libraries.android.kits.base/base-huawei/
implementation 'dev.supasintatiyanupanwong.libraries.android.kits.base:base-huawei:1.0.0'
// https://jarcasting.com/artifacts/dev.supasintatiyanupanwong.libraries.android.kits.base/base-huawei/
implementation ("dev.supasintatiyanupanwong.libraries.android.kits.base:base-huawei:1.0.0")
'dev.supasintatiyanupanwong.libraries.android.kits.base:base-huawei:aar:1.0.0'
<dependency org="dev.supasintatiyanupanwong.libraries.android.kits.base" name="base-huawei" rev="1.0.0">
  <artifact name="base-huawei" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.supasintatiyanupanwong.libraries.android.kits.base', module='base-huawei', version='1.0.0')
)
libraryDependencies += "dev.supasintatiyanupanwong.libraries.android.kits.base" % "base-huawei" % "1.0.0"
[dev.supasintatiyanupanwong.libraries.android.kits.base/base-huawei "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
dev.supasintatiyanupanwong.libraries.android.kits.base : base-core jar 1.0.0

runtime (2)

Group / Artifact Type Version
com.huawei.hms » base jar 5.0.0.300
androidx.lifecycle » lifecycle-runtime jar 2.3.1

Project Modules

There are no modules declared in this project.

Android Kits Base

Maven Central javadoc license

Base APIs for libraries in Android Kits collections

Architecture

The library consists of 3 artifacts; base-core, base-google, and base-huawei.

base-core artifact provides an abstraction interface to interact with Base APIs.

base-google artifact provides the Google-specific implementation to Base Kit.

base-huawei artifact provides the Huawei-specific implementation to Base Kit.

Declaring dependencies

Add the dependencies for the artifacts you need in the build.gradle file for your app or module:

dependencies {
    // To be used only if the vendor-specific implementation is not need for Base APIs
    implementation 'dev.supasintatiyanupanwong.libraries.android.kits.base:base-core:1.0.0'

    // To use the Google-specific implementation for Base APIs
    implementation 'dev.supasintatiyanupanwong.libraries.android.kits.base:base-google:1.0.0'

    // To use the Huawei-specific implementation for Base APIs
    implementation 'dev.supasintatiyanupanwong.libraries.android.kits.base:base-huawei:1.0.0'
}

It should be noted, however, that there is usually no need to explicitly declare dependencies for this.

For more information about dependencies, see Add build dependencies.

Feedback

Your feedback helps make Android Kits Base better. Let us know if you discover new issues or have ideas for improving this library. Please take a look at the existing issues in this library before you create a new one.

License

Copyright (C) 2020 Supasin Tatiyanupanwong

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.

Versions

Version
1.0.0