Advertisement · 728 × 90

Posts by Benny Özcetin

Hi 👋

11 months ago 1 0 0 0

We need to have a chat about that next time 😊

1 year ago 0 0 0 0

Have you used Google workspace before? If so, how have you replaced that?

1 year ago 0 0 0 0

Somehow for me the KMP plugin is not available 🤔

1 year ago 1 0 0 0
Preview
GitHub - Five-Star-Development/KMP-logger: A logger that can be used for KMP projects, to log on Android, iOS and Desktop A logger that can be used for KMP projects, to log on Android, iOS and Desktop - Five-Star-Development/KMP-logger

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...

1 year ago 1 0 0 0

Get well soon 💪

1 year ago 0 0 0 0

Is it just me or is Gemini not working with Google Home?

1 year ago 0 0 0 0

It was really nice to have a chat with you, looking forward to next time

1 year ago 0 0 0 0

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.

1 year ago 0 0 0 0
Advertisement

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

1 year ago 0 0 0 0

That would be so different that it counts as innovation 😂

1 year ago 0 0 0 0
Post image

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

1 year ago 1 0 0 0

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 😊

1 year ago 0 0 0 0
Preview
GitHub - Five-Star-Development/HappyCalendar Contribute to Five-Star-Development/HappyCalendar development by creating an account on GitHub.

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...

1 year ago 1 0 1 0

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

1 year ago 0 0 0 0

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.

1 year ago 0 0 0 0

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.

1 year ago 1 0 0 0
Advertisement

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

1 year ago 1 0 1 0

Nooo that conflicts with @codewiththeitalians.it
Let's see if I can watch in parallel 😂

1 year ago 1 0 0 0

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

1 year ago 0 1 0 0

The testing (or not) of private methods.

1 year ago 1 0 1 0

That is a pretty good advice 👍

1 year ago 0 0 0 0
Post image

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.

1 year ago 0 0 1 0

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 🤣

1 year ago 1 0 1 0

Nice, thanks a lot! This is 12 out of 10 in case of usefulness for me right now 😜

1 year ago 1 0 0 0