Why is learning Android development with Kotlin so tough?

0
2
Asked By TechieTango89 On

I've been programming for 30 years and have tackled everything from microcontrollers in C and assembly to designing microchips in VHDL, as well as working with PHP, JavaScript, and CSS. Yet, I find Android development in Kotlin to be the most challenging environment I've ever encountered. It seemed easier when the platform was primarily Java. I'm currently halfway through the Udacity Android course, but I've skipped the section on ConstraintLayout because it was incredibly frustrating. I still need to figure out coroutines and other concepts. Any advice or tips for getting through this?

2 Answers

Answered By CodeNinja42 On

I totally get your frustration! I tried diving into Android a couple of years back, and everything felt like it was changing right when I started learning it. It's tough with all the deprecations happening. Just hang in there!

Answered By KotlinExplorer77 On

I've recently started working with Android and Kotlin too, but I've been using Jetpack Compose, which has made things a lot smoother for me. Maybe reconsider your approach because that could help ease some of the pain you're experiencing with ConstraintLayout.

TechieTango89 -

Thanks for the tip! I’ll look into Jetpack Compose next.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.