Hi 👋
Posts by Benny Özcetin
We need to have a chat about that next time 😊
Have you used Google workspace before? If so, how have you replaced that?
Somehow for me the KMP plugin is not available 🤔
I startet a small KMP project two days ago and found out logging is a bit different there. Lo(n)g story short, for fun I created a lib for that. It is currently just on GitHub, but can be used very easy by local-maven. Feel free to use & contribut
#KMP #Kotlin #Android
github.com/Five-Star-De...
Get well soon 💪
Is it just me or is Gemini not working with Google Home?
It was really nice to have a chat with you, looking forward to next time
I have the HP Tango, it is small, wireless and not super ugly. One downside is that RGP is in one capsule. I also don't think we print a lot of stuff but it feels like it is empty all the time.
What I did before is printing at the DM market, I think it was 5 or 10ct per page.
I think this is necessary to restart the systemui and have it loaded. It works for me, at least the icon is there, but all it opens is an activity that says "soon available" no joke
That would be so different that it counts as innovation 😂
If I would recommend one book it would be atomic habits by James Clear, perfect if you really want to achieve your new years resolution
I actually wanted it to be and KMP App, but because it had to be done yesterday, I decided to start with just Android
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 😊
I had the idea to recreate a very old project that I did before. An Advent Calendar as Android App. I spend about two hours with it till yesterday and created the compose part with AI. It was a MVP but a bad code structur.
github.com/Five-Star-De...
nice solution, have you thought about putting the run block directly into your let{...} I think you can replace the left to right with it directly
I for example can't sleep in an airplane, but I can on the train. Therefore I would personally see it as a better use of time in the train, love the idea.
Yes, something like that, or break them down into multiple lines with good variable names.
What I wanted to say is, kotlin gives you some possibility to 'shorten' your code, don't overuse it.
val result = listOf("apple", "banana", "pear", "apple", "kiwi")
.distinct()
.sortedBy { it.length }
.map { it.uppercase() }
.take(3)
.joinToString(",")
It works, but it is harder to read
Nooo that conflicts with @codewiththeitalians.it
Let's see if I can watch in parallel 😂
Had to work a bit in a java project the last few days. The amount of npe I created is insane 😂
#Kotlin is great, use #Kotlin
The testing (or not) of private methods.
That is a pretty good advice 👍
Wow, do not follow him or any other politicians in the US. Not my topic. But this notification makes me wonder. It is time to turn them off.
I had the same thought, the M4 Max seems to have similar benchmarks then the M2 Ultra.
And I have the feeling that for a mobile solution a MacBook Air might be good enough soon, even for AS + Gradle 🤣
Nice, thanks a lot! This is 12 out of 10 in case of usefulness for me right now 😜