• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle
  • “I waste my time in the morning and evening
    Caught in a feeling
    I lose my mind looking up at the ceiling
    It’s just a feeling, it’s just a feeling…”
    Part III - Crumb

    “It’s not meant to be a strife
    It’s not meant to be a struggle uphill
    If you’re bleeding, undo
    If you’re sweating, undo
    If you’re crying, undo”
    Undo - Björk

    “Past love, come back to yourself
    Don’t keep reaching out to him
    He can’t help you now
    It’s a past life, so come back to the time
    It’s been far too many nights, and you still cry”
    Past Love - Kimbra


  • I’m not sure what you mean. Flexible OLED displays have been around for a while and foldable devices are just an example of the technology in use, but we’ve had them in consumer products way before that (phones with curved edge displays, for example). The potential for flexibility has always been intrinsic to OLED displays because they don’t need a backlight. The reason our phones don’t bend and flex like the “device” in the video isn’t because of the display, but because the battery, processors, ram, speakers, ports and all other components are not flexible and won’t be for a while. The device in the video does not include those, there is a ribbon cable coming out of the bottom connecting the two screens to the actual hardware.



  • I can’t speak about Flutter or React Native, but what I can say is DON’T use Xamarin Forms/MAUI. As a native Android developer I had to start using Xamarin after changing jobs and it’s been one of the biggest regrets of my career, honestly. Literally nothing works like you would expect it to. I understand the idea of writing the same code twice is intimidating, but trust me, nothing beats native development. Nothing. I can say with 99.9% certainty, you will regret not going with native if (or when) your app requires any vaguely complex feature to be implemented into it. Swift and Kotlin are similar enough that you can literally write the same app natively for both platforms faster than it would take you to write them in any cross platform framework (or at least Xamarin/MAUI), unless you’re making an extremely simple app with no customizations whatsoever.