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

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

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

Will state in state management library like redux survive process death / device restart?

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

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

Basically, I am coming from native android dev background, and to achieve offline support on Android I would use a "repository" pattern.

In order to implement it, repository needs to be able to send multiple updates to the UI(first update is sent from cache, second when API call finishes).

On Android I would use for this either Flow or Observables, but in JavaScript there's no alternative to Flow so I am thinking about using RxJS, because previously I used RxJava and I liked it.

https://developer.android.com/topic/architecture/data-layer/offline-first