https://github.com/netsells/nsutils-android
https://github.com/netsells/nsutils-android
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/netsells/nsutils-android
- Owner: netsells
- Created: 2018-12-21T12:31:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T10:49:34.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T18:51:56.273Z (3 months ago)
- Language: Kotlin
- Size: 95.7 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NSUtils (Android)
[](https://travis-ci.com/netsells/NSUtils-Android)
[](https://jitpack.io/#netsells/nsutils-android)A collection of commonly used functions for Android projects.
## Installation
```groovy
dependencies {
implementation 'com.github.netsells.nsutils-android:nsutils:0.5'
testImplementation 'com.github.netsells.nsutils-android:testutils:0.5'
androidTestImplementation 'com.github.netsells.nsutils-android:androidtestutils:0.5'
}
```## About
NSUtils-Android contains 3 modules:
* `nsutils`, which includes some handy functions for general development
* [`testutils`](testutils/README.md), which includes all the testing dependencies you could ever need plus a couple of helpers
* [`androidtestutils`](androidtestutils/README.md), as above but for on-device tests