Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
Some basic samples of Kotlin for Android
- Host: GitHub
- URL: https://github.com/irontec/android-kotlin-samples
- Owner: irontec
- License: eupl-1.1
- Created: 2015-04-22T14:08:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T16:57:47.000Z (about 6 years ago)
- Last Synced: 2025-01-30T09:09:39.666Z (12 days ago)
- Topics: android, android-kotlin-samples, anko, kotlin, kotlin-android, okhttp
- Language: Kotlin
- Size: 362 KB
- Stars: 312
- Watchers: 39
- Forks: 119
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-android - Android Kotlin Samples - Some basic Android code samples written in Kotlin. (Development Alternatives / Kotlin)
- awesome-android-libraries - android-kotlin-samples
- awesome-android - Android Kotlin Samples - Some basic Android code samples written in Kotlin. (Development Alternatives / Kotlin)
- awesome-android-cn - 官网
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 SLLicensed 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.htmlUnless 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.
```