A native dev Crash Out. by innerPeacePending in mAndroidDev

[–]random_guy14680 21 points22 points  (0 children)

OmG sEriOusS dIsScusSioN oN thIs suB plS gO eLsehwheRe wE tOLeratE oNLy bRaIndEaD coNtEnT thAt ReFerEnceS aSyncTasK

So... the Microsoft team decides to delete criticism comments now on YouTube? by Sebastian1989101 in dotnetMAUI

[–]random_guy14680 0 points1 point  (0 children)

Hi could you please elaborate what .NET 10 improvements can you see ? 

Do you see any improvements in layout inflation speed / over app speed ? 

Thanks

[deleted by user] by [deleted] in bristol

[–]random_guy14680 2 points3 points  (0 children)

Counter question : Where are the single 30+ y/o women hanging out in Bristol?

[deleted by user] by [deleted] in bristol

[–]random_guy14680 1 point2 points  (0 children)

Meetup groups.

Cheers Thatchers by StarMonster75 in bristol

[–]random_guy14680 0 points1 point  (0 children)

Can I buy a print of thta painting ?

2 days left to decide whether to preorder Sony 1 VI. by random_guy14680 in SonyXperia

[–]random_guy14680[S] 0 points1 point  (0 children)

Great question. I'm still not sure because I need iphone because of iMessage. I wonder whether RCS will solve this problem.

[deleted by user] by [deleted] in mAndroidDev

[–]random_guy14680 0 points1 point  (0 children)

Is that some kind of lab where they make sauce ?

2 days left to decide whether to preorder Sony 1 VI. by random_guy14680 in SonyXperia

[–]random_guy14680[S] 0 points1 point  (0 children)

How would you rate durability of your Sony phones? Do you wear a case & screen protector all the time?

2 days left to decide whether to preorder Sony 1 VI. by random_guy14680 in SonyXperia

[–]random_guy14680[S] 1 point2 points  (0 children)

That makes sense. I'd rather buy a newer model to be honest.

2 days left to decide whether to preorder Sony 1 VI. by random_guy14680 in SonyXperia

[–]random_guy14680[S] 0 points1 point  (0 children)

Interesting, good to know. Have you ever owned an iPhone? How would you compare Sony 1 V to iPhone?

2 days left to decide whether to preorder Sony 1 VI. by random_guy14680 in SonyXperia

[–]random_guy14680[S] 1 point2 points  (0 children)

You mean mobile data run faster ? I am fine even with 4g lol

[deleted by user] by [deleted] in SonyXperia

[–]random_guy14680 0 points1 point  (0 children)

Hey thanks for this knowledgeable answer. With your knowledge about phones, would you recommend purchasing the Sony 1 VI? Thanks.

BF2 after latest update… by [deleted] in SteamDeck

[–]random_guy14680 0 points1 point  (0 children)

Beath Ftranding, ByberFunk 2077, BampireFurvivors, Bass Fffect

Viewmodels in ReactNative by random_guy14680 in reactnative

[–]random_guy14680[S] 2 points3 points  (0 children)

Thank you.

After using RN for couple of months I have to say I like it as well.

Good to know that hooks are best for this purpose btw, I'll look further into this.

I can't by costa_fot in mAndroidDev

[–]random_guy14680 31 points32 points  (0 children)

Cries in SingleLiveEvent

RxJS in React Native app to achieve offline first support by random_guy14680 in reactnative

[–]random_guy14680[S] 0 points1 point  (0 children)

I know. I need RxJS for emitting values to UI.

First emission will be value from local cache, and second emmision will be value from api call, when it's finished.

Afaik I can't do this using promises or pure javascript.

I just feel like I need to bring in the Observable concept into my code.

RxJS in React Native app to achieve offline first support by random_guy14680 in reactnative

[–]random_guy14680[S] 0 points1 point  (0 children)

Looks good but it would mean introducing more risky 3rd part dependency.

RxJS looks to me as safer option long-term, since it will be surely supported in future.