Skip to content

Commit 60ac439

Browse files
authored
Update README.md
1 parent 749b4f6 commit 60ac439

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# ArrayDequeList
22

33
[ArrayDeque](https://developer.android.com/reference/java/util/ArrayDeque) that implements the [List](https://developer.android.com/reference/java/util/List) interface, to support fast random access to its elements (unlike pure ArrayDeque).
4-
5-
This class is essential to our app [Urban Biker](http://urban-bike-computer.com/), as it is at the core of most of our computation algorithms.
4+
5+
This class is at the core of many computation algorithms in our app [Urban Biker](http://urban-bike-computer.com/), so it has been proven countless times.
6+
7+
8+
### To use this as a library in your app
9+
10+
Add the following line to your `build.gradle` file:
11+
12+
```
13+
implementation 'com.github.Sublimis:ArrayDequeList:v1.0'
14+
```

0 commit comments

Comments
 (0)