android-common

Android Common Component

License

License

GroupId

GroupId

me.codeboy.android
ArtifactId

ArtifactId

android-common
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

android-common
Android Common Component
Project URL

Project URL

https://github.com/androiddevelop/AndroidCommon
Source Code Management

Source Code Management

https://github.com/androiddevelop/AndroidCommon

Download android-common

How to add to project

<!-- https://jarcasting.com/artifacts/me.codeboy.android/android-common/ -->
<dependency>
    <groupId>me.codeboy.android</groupId>
    <artifactId>android-common</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.codeboy.android/android-common/
implementation 'me.codeboy.android:android-common:1.0.1'
// https://jarcasting.com/artifacts/me.codeboy.android/android-common/
implementation ("me.codeboy.android:android-common:1.0.1")
'me.codeboy.android:android-common:aar:1.0.1'
<dependency org="me.codeboy.android" name="android-common" rev="1.0.1">
  <artifact name="android-common" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.codeboy.android', module='android-common', version='1.0.1')
)
libraryDependencies += "me.codeboy.android" % "android-common" % "1.0.1"
[me.codeboy.android/android-common "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
me.codeboy.common : base jar 1.3.3
com.firebase : firebase-client-android jar 2.3.1

Project Modules

There are no modules declared in this project.

AndroidCommon

android base library

Maven Central

引入方式

gradle

compile 'me.codeboy.android:android-common:1.0.1'

maven

 <dependency>
     <groupId>me.codeboy.android</groupId>
     <artifactId>android-common</artifactId>
     <version>1.0.1</version>
 </dependency>

JavaDoc

http://doc.codeboy.me/AndroidCommon/

更新历史:

  • v1.0.1

    完善Handler进制,在Activity关闭后不再处理消息。

  • v1.0.0

    完成基础库部分类。

License

Copyright 2016 Yuedong.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.

有任何问题,欢迎发送邮件到[email protected]交流.

Versions

Version
1.0.1
1.0.0