Benny Özcetin
benny1.bsky.social
Benny Özcetin
@benny1.bsky.social
Hi 👋 I am a Android developer
Hi 👋
May 10, 2025 at 2:09 PM
We need to have a chat about that next time 😊
April 4, 2025 at 7:06 PM
Have you used Google workspace before? If so, how have you replaced that?
April 4, 2025 at 5:43 PM
Somehow for me the KMP plugin is not available 🤔
March 22, 2025 at 9:11 PM
Get well soon 💪
February 11, 2025 at 10:52 AM
It was really nice to have a chat with you, looking forward to next time
January 23, 2025 at 11:50 PM
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.
January 21, 2025 at 1:23 PM
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
January 8, 2025 at 12:14 AM
That would be so different that it counts as innovation 😂
January 7, 2025 at 11:54 PM
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 😊
December 1, 2024 at 9:09 PM
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
December 1, 2024 at 1:28 PM
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.
November 30, 2024 at 3:10 PM
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.
November 30, 2024 at 2:13 PM
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
November 28, 2024 at 11:05 AM
Nooo that conflicts with @codewiththeitalians.it
Let's see if I can watch in parallel 😂
November 19, 2024 at 4:35 PM
The testing (or not) of private methods.
November 15, 2024 at 6:29 PM
That is a pretty good advice 👍
November 14, 2024 at 7:57 PM
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 🤣
November 10, 2024 at 3:09 PM
Nice, thanks a lot! This is 12 out of 10 in case of usefulness for me right now 😜
October 31, 2024 at 12:46 AM