kotlin 第27页
Como usar el Android Navigation Component-拾光赋

Como usar el Android Navigation Component

Como usar el Android Navigation Component, Android Architecture components - Navigation Component El problema de la navegación A lo largo de los años los desarrolladores Androi...
kity的头像-拾光赋kity6年前
02214
Radix - what are we about?-拾光赋

Radix – what are we about?

Radix - what are we about?, What is Radix Radix is a new platform, like Bitcoin or Ethereum, but scalable and easy to build on. Instead of using blockchain, we started from scratch...
kity的头像-拾光赋kity6年前
03015
War Stories: The elusive Service-拾光赋

War Stories: The elusive Service

War Stories: The elusive Service,If you like 'war stories', tales which are told among developers who ran into really obscure issues and felt like going crazy before finally findin...
kity的头像-拾光赋kity6年前
03912
Maven or Gradle?-拾光赋

Maven or Gradle?

Maven or Gradle?,Currently, I am migrating from Java to Kotlin. One of the changes I am not making is to move from Maven to Gradle. This is something we should probably discuss com...
kity的头像-拾光赋kity6年前
0355
The niche guy writing-拾光赋

The niche guy writing

The niche guy writing, Intro I worked with Spring + Java for a while but I changed a lot of jobs in 6 years of development and I was always treated more like 'Jack of all trades ma...
kity的头像-拾光赋kity6年前
0399
A concatenated iterator example in Kotlin-拾光赋

A concatenated iterator example in Kotlin

A concatenated iterator example in Kotlin,Some times you might need to iterate through multiple lists. This happens, for example, when implementing a tree traversal algorithm. Than...
kity的头像-拾光赋kity6年前
03315
Decompiling Kotlin's program: Data class-拾光赋

Decompiling Kotlin’s program: Data class

Decompiling Kotlin's program: Data class,If you are a Java programmer you may be tired of having troublesome implementation of setter, getter, hashcode, toString once. Does not the...
kity的头像-拾光赋kity6年前
02015
Kotlin: Removing POJO Boilerplate-拾光赋

Kotlin: Removing POJO Boilerplate

Kotlin: Removing POJO Boilerplate,Kotlin is very quickly becoming one of my all-time favorite languages to play with. It is a JVM language that offers static typing, built-in null ...
kity的头像-拾光赋kity6年前
0217
I'm an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!-拾光赋

I’m an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!

I'm an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!, 原文链接:I'm an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!
kity的头像-拾光赋kity6年前
0416
Asynchronous RDBMS access with Spring Data R2DBC-拾光赋

Asynchronous RDBMS access with Spring Data R2DBC

Asynchronous RDBMS access with Spring Data R2DBC,Not too long ago, a reactive variant of the JDBC driver was released. Known as R2DBC. It allows data to be streamed asynchronously ...
kity的头像-拾光赋kity6年前
03613
Decompile and dissasemble JVM bytecode compiled from Kotlin source code-拾光赋

Decompile and dissasemble JVM bytecode compiled from Kotlin source code

Decompile and dissasemble JVM bytecode compiled from Kotlin source code,This is an experiment to try using javap (disassembler) and jad (decompiler) for this Kotlin code. fun main ...
kity的头像-拾光赋kity6年前
0488
Kotlin: How Can a Programming Language be so Young And so Mature at The Same Time?-拾光赋

Kotlin: How Can a Programming Language be so Young And so Mature at The Same Time?

Kotlin: How Can a Programming Language be so Young And so Mature at The Same Time?,In this article, we’re going to explore why young programming languages with modern features can...
kity的头像-拾光赋kity6年前
0295