The future belongs to those who believe in the beauty of their dreams.

― Eleanor Roosevelt

What is this all about

What is this all about

Hello friend, how are you? Welcome to my website!

Initially, I considered creating a blog centered on the pitfalls of Android programming—a "How NOT To" guide, if you will. However, I chose a more comprehensive approach instead. This website not only showcases my professional portfolio and projects but also features a dedicated section for my Android Blog—designed especially for you.

The Android Blog is a key highlight here. I'll try to cover topics such as Jetpack Compose, optimizing Android performance, and rigorous testing of Android applications. While these are the core subjects, I occasionally explore related areas like Material Design, Gradle, Firebase, Crashlytics, and various software design patterns and principles of object-oriented programming.

Make sure not to miss out! Check back regularly or subscribe to my newsletter. By subscribing, you'll receive an email notification whenever I post new content. I promise to keep you updated with a couple of insightful posts each month.

Sincerely yours,
Vladan Mitkovic

From the Blog

Kotlin Multiplatform (De)Wizard

Step by step We will use IntelliJ and Gradle for the Kotlin Multiplatform (KMP) app. Create a new (empty) project / .gitignore Use IntelliJ IDEA and create empty project. So, …