Open in app
Home
Notifications
Lists
Stories

Write
App Devops
App Devops

Home

Apr 6

Infix Function Kotlin

Introduction Kotlin is a language that adds many fresh features to allow the writing of cleaner, easier-to-read code. This, in turn, makes our code significantly easier to maintain and allows for a better end result from our development. Infix notation is one of such features. What Is an Infix Notation? …

Kotlin

2 min read


Mar 11

Higher Order Function Kotlin

Definition: A function which can accepts a function as parameter or can returns a function is called Higher-Order function. Instead of Integer, String or Array as a parameter to function, we will pass anonymous function or lambdas. What is () -> unit in Kotlin? The Unit type in Kotlin is…

Kotlin

1 min read


Mar 9

Volatile in Java

Volatile keyword is used to modify the value of a variable by different threads. It is also used to make classes thread safe. Case 1: class MyObject { // Changes made to currentAction in one thread // may not immediately reflect in other thread static int currentAction = 5; } …

Volatile

1 min read


Aug 8, 2021

Welcome Folks!!

We will be posting app development tips, stay tuned for regular updates!!

App Development

1 min read

Welcome Folks!!

We will be posting app development tips, stay tuned for regular updates!!

--

--

App Devops

App Devops

U Learn, U Adapt & U Grow!

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable