
Whenever we as Android developers see a perfect and complicated design that a professional designer has implemented, we say: “What the hell? how can we implement this difficult masterpiece?”. In this article, we are going to describe a way to implement the most challenging designs. …

Kotlin equivalent in Java – Cheatsheet
Have you thought about Kotlin equivalents in Java? In this article, we will decompile the most common Kotlin features to Java and check their comparisons. Also, this article is going to be a cheat sheet for interviewees :). So let’s check all of them.

Kotlin equivalent in Java – Cheatsheet
Whenever we as Android developers see a perfect and complicated design that a professional designer In this article, I’ve tried to explain about TouchEvent and describe what happens when the user touches the screen. Always, some questions occur to us while we are trying to implement custom views, “Which one of them I should use? onTouchEvent or onInterceptTouchEvent? What’s the difference between them?” ?