From bbd29266439d3497f7ef44ead9718ef25c3144c6 Mon Sep 17 00:00:00 2001 From: Asier Date: Fri, 26 Jan 2018 12:38:24 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a22259..b75b3df 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Some basic samples of [Kotlin](http://kotlinlang.org/) for Android ### Samples -- [HttpUrlConnection and AsyncTask](https://github.com/irontec/android-kotlin-samples/tree/master/HttpUrlConnection%20%2B%20AsyncTask) -- [ListView with BaseAdapter and Data Object](https://github.com/irontec/android-kotlin-samples/tree/master/ListView%20%2B%20BaseAdapter%20%2B%20Data%20Object) -- [OkHttp and AsyncTask](https://github.com/irontec/android-kotlin-samples/tree/master/OkHttp%20%2B%20AsyncTask) -- [Gson deserializers with OkHttp and AsyncTask](https://github.com/irontec/android-kotlin-samples/tree/master/Gson%20deserializers%20%2B%20OkHttp%20%2B%20AsyncTask) -- [Anko simple ui](https://github.com/irontec/android-kotlin-samples/tree/master/Anko_simple_ui) -- [Anko async api sample](https://github.com/irontec/android-kotlin-samples/tree/master/Anko_asynchronous_tasks) +- [HttpUrlConnection and AsyncTask](https://github.com/irontec/android-kotlin-samples/tree/master/httpurlconnection-asynctask) +- [ListView with BaseAdapter and Data Object](https://github.com/irontec/android-kotlin-samples/tree/master/listview-baseadapter-data-object) +- [OkHttp and AsyncTask](https://github.com/irontec/android-kotlin-samples/tree/master/okhttp-asynctask) +- [Gson deserializers with OkHttp and AsyncTask](https://github.com/irontec/android-kotlin-samples/tree/master/gson-deserializers-okhttp-asynctask) +- [Anko simple ui](https://github.com/irontec/android-kotlin-samples/tree/master/anko-simple-ui) +- [Anko async api sample](https://github.com/irontec/android-kotlin-samples/tree/master/anko-asynchronous-tasks) ### License