Tavon Gatling
tavon.dev / GatlingXYZ

tavon.dev / GatlingXYZ

Follow
Follow
homebadges
Tag

Kotlin

#kotlin

More content

Read more stories on Hashnode


Articles with this tag

Kotlin: Goodbye Builders, Hello Data Classes

Feb 8, 20215 min read44 views

If it wasn't for auto-generation, I can't say I'd be a good programmer. Back when Java was my sole language used for Android apps, manually writing...

Kotlin: Goodbye Builders, Hello Data Classes

Kotlin: Scoped Functions (let, apply, also, run)

Jan 25, 20214 min read25 views

Kotlin offers a lot of tools to help make coding easier and simpler. At first glance, though, they can be a bit overwhelming and the exact usages of...

Kotlin: Scoped Functions (let, apply, also, run)

Kotlin: For & While

Jan 18, 20212 min read45 views

Last week I went over If, Else, And When. This week I explore two more pieces of Kotlin syntax. Lucky for us, they are almost equivalent to their Java...

Kotlin: For & While

Kotlin: If, Else, When

Jan 11, 20213 min read34 views

Kotlin was an easy language to switch to, with a very small learning curve. Most of it looks similar to its Java counterpart, yet somehow easier. To...

Kotlin: If, Else, When

#MakeTheChangePt2: Kotlin Properties

Feb 24, 20205 min read46 views

There aren't many differences between Java and Kotlin, making it a great language to switch to if you already know the former. There's a small...

#MakeTheChangePt2: Kotlin Properties

#MakeTheChange: From Java to Kotlin

Feb 17, 20207 min read40 views

So, you've decided to watch From Justin to Kelly? Oh, wait. That's next week's post. Sorry. Wibbly wobbly. -Reads correct script- Ahem. So, you've...

#MakeTheChange: From Java to Kotlin