this post was submitted on 05 Sep 2024
5 points (100.0% liked)

Kotlin

662 readers
1 users here now

Kotlin is a statically typed programming language for the JVM, Android, JavaScript, and native.

Subreddit rules:

Resources:

founded 1 year ago
MODERATORS
 

Hi everyone, I am learning kotlin as my first language(I have a bit of python knowledge mostly useless stuffs) I am following the android tutorial for kotlin and now I am 100% lost at the tip calculator in kotlin here. What should/could I do to improve my situation? Any recommend would help me a lot. Thank!

top 5 comments
sorted by: hot top controversial new old
[–] ericjmorey 5 points 1 week ago (1 children)

Please tell us more about what specifically you're stuck on.

[–] [email protected] 1 points 1 week ago

I am stuck with some kotlin problem so I think I will just focus on learning kotlin for now. Thank you for helping me!

[–] [email protected] 4 points 1 week ago (2 children)

I'm not entirely sure of what's going on exactly as the issue, but learning a language and android at the same time can be difficult. I'm not sure if it's the kotlin or the android that's the blocker.

[–] [email protected] 3 points 1 week ago

I second the above comment and would also recommend learning kotlin for a while before starting using it with android since both will take time to learn and android by itself is massive.

Regardless, when seeking help online, like the other comments said, be sure to be as specific as you can about your issue and questions and attach code snippets and\or logging output where applicable

[–] [email protected] 1 points 1 week ago

I see. I will focus on kotlin first. Thanks for the suggestion!