Some of the math-ier interview questions require a deeper understanding of Kotlin numbers and math operations than you’d need at work, so this part goes over them. Number types You can find a more in-depth ove
View at Medium.com Ref: 1. Functional Kotlin http://functionalkotlin.com 2. SICP: Sequence as conventional interfaces: eg. flatmap, map, reduce, fold https://dzone.com/articles/conventional-interfaces-in-functional-programming kotlinmonad Explore Kotlin’s Advanced Functional Programming October ...
Recommended from Medium In softAai Blogs by amol pawar RemoteViews in Android: What It Is, How It Works, and Why It Matters RemoteViews might not be something you think about often, but it plays a big role in many Android experiences you use every day. From home… ...
@Geev, we needed to redesign our current messaging feature. We thought to improve it as an instant messaging. We made a Proof of Concept: a simple instant messaging app using Websockets. Our team…