Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irontec/android-kotlin-samples

Some basic samples of Kotlin for Android
https://github.com/irontec/android-kotlin-samples

android android-kotlin-samples anko kotlin kotlin-android okhttp

Last synced: about 1 month ago
JSON representation

Some basic samples of Kotlin for Android

Awesome Lists containing this project

README

        

# android-kotlin-samples

![Kotlin](https://raw.githubusercontent.com/irontec/android-kotlin-samples/master/logo.png)

Some basic samples of [Kotlin](http://kotlinlang.org/) for Android

### Samples

- [HttpUrlConnection and AsyncTask](https://github.com/irontec/android-kotlin-samples/blob/master/KotlinTest/app/src/main/java/com/irontec/examples/kotlintest/HttpUrlConnectionAsyncActivity.kt)
- [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)
- [OkHttp and AsyncTask](https://github.com/irontec/android-kotlin-samples/blob/master/KotlinTest/app/src/main/java/com/irontec/examples/kotlintest/OkHttpAsyncTaskActivity.kt)
- [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)
- [Anko simple ui](https://github.com/irontec/android-kotlin-samples/blob/master/KotlinTest/app/src/main/java/com/irontec/examples/kotlintest/AnkoSimpleUiActivity.kt)
- [Anko async api sample](https://github.com/irontec/android-kotlin-samples/blob/master/KotlinTest/app/src/main/java/com/irontec/examples/kotlintest/AnkoAsyncTaskActivity.kt)

### License

[EUPL v1.1](https://github.com/irontec/android-kotlin-samples/blob/master/LICENSE.txt)

```
Copyright 2015 Irontec SL

Licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European
Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work
except in compliance with the Licence.

You may obtain a copy of the Licence at:
http://ec.europa.eu/idabc/eupl.html

Unless required by applicable law or agreed to in writing, software distributed under
the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF
ANY KIND, either express or implied. See the Licence for the specific language
governing permissions and limitations under the Licence.
```