Skip to content

Commit 3e20476

Browse files
author
Axier Fernandez
committed
updated readme
1 parent 4b2d3c7 commit 3e20476

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Some basic samples of [Kotlin](http://kotlinlang.org/) for Android
66

77
### Samples
88

9-
- [HttpUrlConnection and AsyncTask](https://github.com/irontec/android-kotlin-samples/tree/master/httpurlconnection-asynctask)
10-
- [ListView with BaseAdapter and Data Object](https://github.com/irontec/android-kotlin-samples/tree/master/listview-baseadapter-data-object)
11-
- [OkHttp and AsyncTask](https://github.com/irontec/android-kotlin-samples/tree/master/okhttp-asynctask)
12-
- [Gson deserializers with OkHttp and AsyncTask](https://github.com/irontec/android-kotlin-samples/tree/master/gson-deserializers-okhttp-asynctask)
13-
- [Anko simple ui](https://github.com/irontec/android-kotlin-samples/tree/master/anko-simple-ui)
14-
- [Anko async api sample](https://github.com/irontec/android-kotlin-samples/tree/master/anko-asynchronous-tasks)
9+
- [HttpUrlConnection and AsyncTask](https://github.com/irontec/android-kotlin-samples/blob/master/KotlinTest/app/src/main/java/com/irontec/examples/kotlintest/HttpUrlConnectionAsyncActivity.kt)
10+
- [ListView with BaseAdapter and Data Object](https://github.com/irontec/android-kotlin-samples/blob/master/KotlinTest/app/src/main/java/com/irontec/examples/kotlintest/ListviewBaseAdapterDataObjActivity.kt)
11+
- [OkHttp and AsyncTask](https://github.com/irontec/android-kotlin-samples/blob/master/KotlinTest/app/src/main/java/com/irontec/examples/kotlintest/OkHttpAsyncTaskActivity.kt)
12+
- [Gson deserializers with OkHttp and AsyncTask](https://github.com/irontec/android-kotlin-samples/blob/master/KotlinTest/app/src/main/java/com/irontec/examples/kotlintest/GsonDeserializerOkhttpAsyncActivity.kt)
13+
- [Anko simple ui](https://github.com/irontec/android-kotlin-samples/blob/master/KotlinTest/app/src/main/java/com/irontec/examples/kotlintest/AnkoSimpleUiActivity.kt)
14+
- [Anko async api sample](https://github.com/irontec/android-kotlin-samples/blob/master/KotlinTest/app/src/main/java/com/irontec/examples/kotlintest/AnkoAsyncTaskActivity.kt)
1515

1616

1717
### License

0 commit comments

Comments
 (0)