What I did before is printing at the DM market, I think it was 5 or 10ct per page.
What I did before is printing at the DM market, I think it was 5 or 10ct per page.
Today I spend some time to clean up the code a bit. I have the idea to make a solid app out of it and rework it to KMP. Lets see how it goes, I will update you here 😊
Today I spend some time to clean up the code a bit. I have the idea to make a solid app out of it and rework it to KMP. Lets see how it goes, I will update you here 😊
What I wanted to say is, kotlin gives you some possibility to 'shorten' your code, don't overuse it.
What I wanted to say is, kotlin gives you some possibility to 'shorten' your code, don't overuse it.
.distinct()
.sortedBy { it.length }
.map { it.uppercase() }
.take(3)
.joinToString(",")
It works, but it is harder to read
.distinct()
.sortedBy { it.length }
.map { it.uppercase() }
.take(3)
.joinToString(",")
It works, but it is harder to read
Let's see if I can watch in parallel 😂
Let's see if I can watch in parallel 😂
And I have the feeling that for a mobile solution a MacBook Air might be good enough soon, even for AS + Gradle 🤣
And I have the feeling that for a mobile solution a MacBook Air might be good enough soon, even for AS + Gradle 🤣