DEV Community

Kotlin

a cross-platform, statically typed, general-purpose programming language with type inference

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
A Primer on JVM Memory Management and Troubleshooting - 1

A Primer on JVM Memory Management and Troubleshooting - 1

38
Comments
4 min read
The dagger.android Missing Documentation, Part 3: Fragments

The dagger.android Missing Documentation, Part 3: Fragments

14
Comments
7 min read
Dagger-Dot-Android Part 2: ViewModels and ViewModel Factories

Dagger-Dot-Android Part 2: ViewModels and ViewModel Factories

25
Comments 2
7 min read
A Custom LiveData that has onActive and onInactive Listeners -- Tested

A Custom LiveData that has onActive and onInactive Listeners -- Tested

11
Comments
2 min read
Rewriting Chess.com's Android App

Rewriting Chess.com's Android App

111
Comments 19
3 min read
Higher Order Function in Kotlin

Higher Order Function in Kotlin

10
Comments
2 min read
Notes from experimenting with GraphQL and Kotlin

Notes from experimenting with GraphQL and Kotlin

8
Comments
6 min read
Platform Types in Kotlin

Platform Types in Kotlin

9
Comments
3 min read
Kotlin + TornadoFX + OpenCV = Fun!

Kotlin + TornadoFX + OpenCV = Fun!

22
Comments 2
5 min read
Kotlin for Pebble

Kotlin for Pebble

12
Comments
2 min read
Step-by-step: Kotlin, JAX-RS (Jersey), and Docker

Step-by-step: Kotlin, JAX-RS (Jersey), and Docker

11
Comments
7 min read
Let’s play with the Android accelerometer + Kotlin

Let’s play with the Android accelerometer + Kotlin

16
Comments
2 min read
Surveying the State of Kotlin

Surveying the State of Kotlin

12
Comments
2 min read
How to write a tail recursive list partioner in Kotlin

How to write a tail recursive list partioner in Kotlin

20
Comments
6 min read
How to get started with Andrtoid development?

How to get started with Andrtoid development?

17
Comments 5
1 min read
Kotlin DSL: From Theory to Practice

Kotlin DSL: From Theory to Practice

42
Comments 4
18 min read
Getting to know ListView in Android

Getting to know ListView in Android

22
Comments 1
6 min read
From Network Response to Algebraic Data Type with Kotlin

From Network Response to Algebraic Data Type with Kotlin

16
Comments
6 min read
Loops A La Kotlin for Java Developers

Loops A La Kotlin for Java Developers

15
Comments 3
4 min read
Avoiding the Builder Design Pattern in Kotlin

Avoiding the Builder Design Pattern in Kotlin

23
Comments 4
3 min read
Kotlin - First Impression

Kotlin - First Impression

19
Comments
2 min read
E2E testing with Selenium and Kotlin

E2E testing with Selenium and Kotlin

42
Comments 5
9 min read
How to make reusable CompositeDisposable and Kotlin extension

How to make reusable CompositeDisposable and Kotlin extension

11
Comments 1
1 min read
RxJava, a story about delay and schedulers

RxJava, a story about delay and schedulers

10
Comments 1
2 min read
How to use Kotlin's 'it also let apply run'

How to use Kotlin's 'it also let apply run'

35
Comments 4
5 min read
Jooby: Export your Java/Kotlin API to Swagger/RAML

Jooby: Export your Java/Kotlin API to Swagger/RAML

26
Comments
5 min read
Communication between Fragment and Activity

Communication between Fragment and Activity

14
Comments 2
3 min read
Kotlin's scope functions in C#

Kotlin's scope functions in C#

17
Comments 4
1 min read
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

17
Comments 11
1 min read
Gets first index of match to condition in List

Gets first index of match to condition in List

9
Comments 1
1 min read
Encapsulate state and expose behavior when writing object-oriented code

Encapsulate state and expose behavior when writing object-oriented code

19
Comments 9
4 min read
Useful Tips to Get Started with Kotlin

Useful Tips to Get Started with Kotlin

19
Comments 1
3 min read
Learning Kotlin by "Mistake"

Learning Kotlin by "Mistake"

12
Comments 3
1 min read
RxJava combineLatest quick example by Kotlin

RxJava combineLatest quick example by Kotlin

15
Comments
1 min read
Kotpref: Easy SharedPreferences library for Kotlin android

Kotpref: Easy SharedPreferences library for Kotlin android

8
Comments 2
2 min read
How Kotlin Calamity Devours Your Java Apps Like Lightning?

How Kotlin Calamity Devours Your Java Apps Like Lightning?

30
Comments 3
10 min read
Mapping JPA entities with Kotlin

Mapping JPA entities with Kotlin

24
Comments 6
1 min read
Kotlin From The Trenches

Kotlin From The Trenches

11
Comments
10 min read
Adopting Kotlin: Udacity Engineering

Adopting Kotlin: Udacity Engineering

15
Comments
1 min read
Top Programming languages that are crucial for Mobile app development

Top Programming languages that are crucial for Mobile app development

18
Comments
3 min read
Demystifying Advanced Kotlin Concepts Pt.2-1

Demystifying Advanced Kotlin Concepts Pt.2-1

13
Comments
3 min read
How To Never Fail At The Fizzbuzz Interview Challenge

How To Never Fail At The Fizzbuzz Interview Challenge

26
Comments 9
11 min read
Kotlin Android Extensions

Kotlin Android Extensions

6
Comments
3 min read
Demystifying Advanced Kotlin Concepts Pt.1

Demystifying Advanced Kotlin Concepts Pt.1

18
Comments 5
5 min read
The Strengths and Biggest Misconceptions of Kotlin—Interview with Marcin Moskala

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

113
Comments 4
4 min read
Sqlite db for Android

Sqlite db for Android

2
Comments
1 min read
Step by step guide to building Web API with Kotlin and Dropwizard

Step by step guide to building Web API with Kotlin and Dropwizard

25
Comments 2
5 min read
Gang of Four Patterns in Kotlin - Slight Return

Gang of Four Patterns in Kotlin - Slight Return

25
Comments 4
7 min read
What is "Desugaring" and why would I need it?

What is "Desugaring" and why would I need it?

3
Comments 1
3 min read
kotlin issues

kotlin issues

2
Comments
1 min read
Kotlin vs. Swift: Are Android and iOS moving towards creating a universal language?

Kotlin vs. Swift: Are Android and iOS moving towards creating a universal language?

148
Comments 57
5 min read
Parameterized Tests with Sealed Classes

Parameterized Tests with Sealed Classes

2
Comments
1 min read
Chapter 15 and Chapter 16 and chapter 17

Chapter 15 and Chapter 16 and chapter 17

2
Comments
1 min read
Create a DSL with Kotlin

Create a DSL with Kotlin

11
Comments
1 min read
Chapter13

Chapter13

3
Comments
1 min read
Mobile app development: sharing experience in Kotlin coding

Mobile app development: sharing experience in Kotlin coding

21
Comments 4
3 min read
Kotlin Collections - withIndex

Kotlin Collections - withIndex

5
Comments
1 min read
First Android Library - Stepper

First Android Library - Stepper

3
Comments
1 min read
Collections in Kotlin

Collections in Kotlin

2
Comments
4 min read
Synthetic Accessors in Kotlin

Synthetic Accessors in Kotlin

12
Comments
4 min read
loading...