summaryrefslogtreecommitdiff
path: root/README.md
blob: e6ab5d35728294b719d3788b8efbe80fb0661577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# android-kotlin-demo
A demo of an Android app using Kotlin

![Icon](app/src/main/res/mipmap-hdpi/ic_launcher.png)

## Incorporates the following libraries & concepts
```
* Dagger
* Retrofit
* Picasso
* RxKotlin
* RxLifecycle
* RxBinding
* RecyclerView
* Custom View
* Palette
* Kotlin Android Extensions
* Lambdas and Higher-Order Functions
* Data Classes
* Extension Functions
* Espresso Testing with Dagger mocking
* Unit Testing
```