An open API service indexing awesome lists of open source software.

https://github.com/vanniktech/sparsebuilders

Builders for SparseIntArray, SparseBooleanArray and SparseArray
https://github.com/vanniktech/sparsebuilders

android sparsearray sparseintarray

Last synced: 8 months ago
JSON representation

Builders for SparseIntArray, SparseBooleanArray and SparseArray

Awesome Lists containing this project

README

          

# SparseBuilders

Builders for [SparseIntArray](http://developer.android.com/reference/android/util/SparseIntArray.html), [SparseBooleanArray](http://developer.android.com/reference/android/util/SparseBooleanArray.html) and [SparseArray](http://developer.android.com/reference/android/util/SparseArray.html).

As well as assert tools for asserting that [SparseIntArray](http://developer.android.com/reference/android/util/SparseIntArray.html), [SparseBooleanArray](http://developer.android.com/reference/android/util/SparseBooleanArray.html) and [SparseArray](http://developer.android.com/reference/android/util/SparseArray.html) are equal to each other.

# Download

sparsebuilders

```groovy
compile 'com.vanniktech:sparsebuilders:0.1.0'
compile 'com.vanniktech:sparsebuilders:0.2.0-SNAPSHOT'
```

sparsebuilders-asserts

```groovy
compile 'com.vanniktech:sparsebuilders-asserts:0.1.0'
compile 'com.vanniktech:sparsebuilders-asserts:0.2.0-SNAPSHOT'
```

Modules are located on [Maven Central](https://oss.sonatype.org/#nexus-search;quick~sparsebuilders).

# Proguard

No configuration needed.

# License

Copyright (C) 2015 Vanniktech - Niklas Baudy

Licensed under the Apache License, Version 2.0