kotlin 第35页
The Road Not Taken? — Kotlin or Java-拾光赋

The Road Not Taken? — Kotlin or Java

The Road Not Taken? — Kotlin or Java, Photo by Jon Tyson on  Unsplash The first one-million dollar question that comes to every Android developer while starting a new projec ...
kity的头像-拾光赋kity7年前
04011
Kottpd — HTTP Server in pure Kotlin-拾光赋

Kottpd — HTTP Server in pure Kotlin

Kottpd — HTTP Server in pure Kotlin,In today’s post I would like to talk about one of the projects I’m working on. I define it as light HTTP framework and it is made in pure Kot...
kity的头像-拾光赋kity7年前
0337
Kotlin DSL: From Theory to Practice-拾光赋

Kotlin DSL: From Theory to Practice

Kotlin DSL: From Theory to Practice,SQL, RegExp, Gradle — what do they have in common? All of them represent an example of using domain-specific languages, or DSLs. Languages of t...
kity的头像-拾光赋kity7年前
0399
A small piece of code which is going to inspire you to try out Kotlin-拾光赋

A small piece of code which is going to inspire you to try out Kotlin

A small piece of code which is going to inspire you to try out Kotlin,A few months ago I’ve started to discover Jetbrains’ Kotlin language which gave a good impression to me. I ...
kity的头像-拾光赋kity8年前
04913
Encapsulate state and expose behavior when writing object-oriented code-拾光赋

Encapsulate state and expose behavior when writing object-oriented code

Encapsulate state and expose behavior when writing object-oriented code,A-PIE. You ever heard of that? For some reason my mouth is watering. A-PIE is not only a delicious baked des...
kity的头像-拾光赋kity8年前
03712
RxJava combineLatest quick example by Kotlin-拾光赋

RxJava combineLatest quick example by Kotlin

RxJava combineLatest quick example by Kotlin,RxJava's combineLatest is very convenient but I can use it difficultly because it has many overloads. So I wrote the code snippet for c...
kity的头像-拾光赋kity8年前
03713
How Kotlin Calamity Devours Your Java Apps Like Lightning?-拾光赋

How Kotlin Calamity Devours Your Java Apps Like Lightning?

How Kotlin Calamity Devours Your Java Apps Like Lightning?,Originally published on Hackernoon. I hear what you are saying. There is that buzz around Android actively adopting Kotli...
kity的头像-拾光赋kity8年前
02711
Kotlin From The Trenches-拾光赋

Kotlin From The Trenches

Kotlin From The Trenches,In the last few years, the growth of hype around the Kotlin programming language has been about the same as that of the Bitcoin rate. This close attention ...
kity的头像-拾光赋kity8年前
0486
The Strengths and Biggest Misconceptions of Kotlin—Interview with Marcin Moskala-拾光赋

The Strengths and Biggest Misconceptions of Kotlin—Interview with Marcin Moskala

The Strengths and Biggest Misconceptions of Kotlin—Interview with Marcin Moskala,I was approached about attending DevFest Siberia, which is September 23-24th of this month. That s...
kity的头像-拾光赋kity8年前
02515
Create a DSL with Kotlin-拾光赋

Create a DSL with Kotlin

Create a DSL with Kotlin,https://kotlinexpertise.com/create-dsl-with-kotlin/ 原文链接:Create a DSL with Kotlin
kity的头像-拾光赋kity8年前
04111
Kotlin Coroutines Guide-拾光赋

Kotlin Coroutines Guide

Kotlin Coroutines Guide,This is a deep dive into Kotlin Coroutines and non-blocking concurrent programming https://kotlinexpertise.com/kotlin-coroutines-guide/ 原文链接:Kotlin Cor...
kity的头像-拾光赋kity8年前
0245
Synthetic Accessors in Kotlin-拾光赋

Synthetic Accessors in Kotlin

Synthetic Accessors in Kotlin,So this is a pretty nerdy blog and should be a quick one, but I just wanted to share my findings. As you may know, accessing private methods or fields...
kity的头像-拾光赋kity8年前
04213