It’s that time of the year when we round up the 10 best and most used Android developer libraries of the season. The libraries listed…
It’s that time of the year when we round up the 10 best and most used Android developer libraries of the season. The libraries listed…
In Kotlin, almost everything is a value that can be stored, including functions, thus they are first class. When you can store something in a…
Type Aliasing is one of the many features of the Kotlin programming language. It allows you to give an alternative name to a type. typealias…
It’s no little-known fact that unit testing is a crucial part of development, not only in Android but in pretty much any software development field.…