Skip to content

Get docs

more and more

KotlinTag ArchiveSubscribe

kotlin-fuel

Fuel HTTP Library with Kotlin 1. Overview In this tutorial, we’ll have a look at the Fuel HTTP Library, which is, in the author’s words, the easiest HTTP networking library for Kotlin/Android. Furthermore, the library can also be used in Java. The main features of the library include: Support for basic… Continue Reading kotlin-fuel

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: HTTP Client-Side, Kotlin
  • Leave a comment: kotlin-fuel

kotlin-allopen-spring

Kotlin-allopen and Spring 1. Overview In Kotlin, all classes are final by default which, beyond its clear advantages, can be problematic in Spring applications. Simply put, some areas in Spring only work with non-final classes. The natural solution is to manually open Kotlin classes using the open keyword or to… Continue Reading kotlin-allopen-spring

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Kotlin
  • Leave a comment: kotlin-allopen-spring

rxkotlin

Introduction to RxKotlin 1. Overview In this tutorial, we’re going to review the use of Reactive Extensions (Rx) in idiomatic Kotlin using the RxKotlin library. RxKotlin is not an implementation of Reactive Extensions, per se. Instead, it’s mostly a collection of extension methods. That is, RxKotlin augments the RxJava library… Continue Reading rxkotlin

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Kotlin, Reactive
  • Leave a comment: rxkotlin

kotlin-json-klaxson

Processing JSON with Kotlin and Klaxson 1. Overview Klaxon is one of the open source libraries that we can use to parse JSON in Kotlin. In this tutorial, we’re going to look at its features. 2. Maven Dependency First, we’ll need to add the library dependency to our Maven project: <dependency> <groupId>com.beust</groupId>… Continue Reading kotlin-json-klaxson

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: JSON, Kotlin
  • Leave a comment: kotlin-json-klaxson

kotlin-quasar

Introduction to Quasar in Kotlin 1. Introduction Quasar is a Kotlin library that brings some asynchronous concepts to Kotlin in an easier to manage way. This includes lightweight threads, Channels, Actors, and more. 2. Setting Up the Build To use the most recent version of Quasar, you need to run… Continue Reading kotlin-quasar

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Kotlin
  • Leave a comment: kotlin-quasar

kotlin-logging

Idiomatic Logging in Kotlin 1. Introduction In this tutorial, we’ll take a look at a few logging idioms that fit typical Kotlin programming styles. 2. Logging Idioms Logging is a ubiquitous need in programming. While apparently a simple idea (just print stuff!), there are many ways to do it. In… Continue Reading kotlin-logging

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Kotlin, Logging
  • Leave a comment: kotlin-logging

kotlin-dsl

Building DSLs in Kotlin 1. Overview In this tutorial, we’ll see how powerful Kotlin language features can be used for building type-safe DSLs. For our example, we’ll create a simple tool for constructing SQL queries, just big enough to illustrate the concept. The general idea is to use statically-typed user-provided… Continue Reading kotlin-dsl

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Kotlin
  • Leave a comment: kotlin-dsl

kotlin-scope-functions

Kotlin Scope Functions 1. Overview Scope functions are very useful, and we use them frequently in Kotlin code. In this tutorial, we’ll explain what they are and also provide some examples of when to use each one. 2. also First, let’s take a look at the mutation functions also and… Continue Reading kotlin-scope-functions

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Kotlin
  • Leave a comment: kotlin-scope-functions

kotlin-random-number

Get a Random Number in Kotlin 1. Introduction This short tutorial will demonstrate how to generate a random number using Kotlin. 2. Random number using java.lang.Math The easiest way to generate a random number in Kotlin is to use java.lang.Math. Below example will generate a random double number between 0 and… Continue Reading kotlin-random-number

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Kotlin
  • Leave a comment: kotlin-random-number

kotlin-khttp

HTTP Requests with Kotlin and khttp 1. Introduction The HTTP protocol and APIs built on it are of central importance in programming these days. On the JVM we have several available options, from lower-level to very high-level libraries, from established projects to new kids on the block. However, most of… Continue Reading kotlin-khttp

  • Posted on: 2019-10-08 2019-11-19
  • Author: getdocs
  • Tags: Kotlin
  • Leave a comment: kotlin-khttp

Pagination

Previous page Page: 1 Page: 2 Page: 3 Page: 4 Page: 5 Next page

Tags

Algorithms Authentication Core Java Core Kotlin Data DevOps Exception Groovy Guava Hibernate Jackson Java Java 8 Java Array Java Concurrency Java Dates Java EE Java IO Java List Java Map Java Streams Java String JPA JSON JUnit Kotlin Linux Maven Mockito OAuth Pattern Persistence Programming REST Security Spring Spring 5 Spring Annotations Spring Boot Spring Cloud Spring Data Spring MVC Spring Security Testing Weekly Review

Recent Posts

  • linux-split-files
  • linux-chown-chmod-permissions
  • linux-jq-command-json
  • linux-wget-parallel-downloading
  • linux-symbolic-and-hard-links
  • linux-common-text-search
  • linux-stream-redirections
  • linux-curl-wget
  • linux-pipes-redirection
  • linux-find-command

© 2025  Get docs. Proudly powered by WordPress. WordStar, Theme by Linesh Jose