排序
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...
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...
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...
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...
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...
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...
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...
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 ...
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!
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 ...
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 ...
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...