android-utils

Android library facilitating some very common functionalities in the form of utility classes.

Лицензия

Лицензия

Группа

Группа

com.github.nisrulz
Идентификатор

Идентификатор

android-utils
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

android-utils
Android library facilitating some very common functionalities in the form of utility classes.
Ссылка на сайт

Ссылка на сайт

https://github.com/nisrulz/android-utils
Система контроля версий

Система контроля версий

https://github.com/nisrulz/android-utils

Скачать android-utils

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Android-Utils 

Android Library facilitating some very common functionalities in the form of utility classes for Android

Built with ❤︎ by Nishant Srivastava and contributors


Including in your project

Android-Utils is available in the Jcenter, so getting it as simple as adding it as a dependency

// Required dependencies
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.squareup.okhttp3:okhttp:4.4.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.4.0'

// android-utils
implementation 'com.github.nisrulz:android-utils:{latest version}'

where {latest version} corresponds to published version in Download


Android-Utils-Ktx is available in the Jcenter, so getting it as simple as adding it as a dependency

// Required dependencies
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.core:core:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.fragment:fragment-ktx:1.2.1'

// android-utils-ktx
implementation 'com.github.nisrulz:android-utils-ktx:{latest version}'

where {latest version} corresponds to published version in Download

Utils

Pull Requests

I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:

  1. Match coding style (braces, spacing, etc.) This is best achieved using CMD+Option+L (Reformat code) on Mac (not sure for Windows) with Android Studio defaults. This project uses a modified version of Grandcentrix's code style, so please use the same when editing this project.
  2. If its a feature, bugfix, or anything please only change code to what you specify.
  3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
  4. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.
  5. Check for existing issues first, before filing an issue.
  6. Have fun!

License

Licensed under the Apache License, Version 2.0, click here for the full license.

Author & support

This project was created by Nishant Srivastava but hopefully developed and maintained by many others. See the the list of contributors here.

If you appreciate my work, consider buying me a cup of to keep me recharged 🤘 [PayPal]

Версии библиотеки

Версия
1.1.0
1.0.4
1.0.2
1.0.1
1.0.0