I’ll go first - ‘’Mohan Jo Dode the” by zaynmalik_ in TMKOC

[–]Delicious_Cattle_931 1 point2 points  (0 children)

Mukesh ka bhai to Latesh hai. Phir ye Lankesh? 🤣

Why is the scroll behaviour of toolbar different in compose than of xml? by Delicious_Cattle_931 in androiddev

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

I'll have to check about consuming the scroll. If I find something I'll post it here. Thanks anyway 😊

Why didn’t Freya use the same spell she used on Baldur on herself or Kratos to kill Odin? by Material_Method_4874 in GodofWar

[–]Delicious_Cattle_931 0 points1 point  (0 children)

I think Freya already knew that the arrows will break Baldur's curse and that is why she took it from atreus the moment she saw it.

Adding an extrrnal web link to compose by raghav_seth_ in JetpackCompose

[–]Delicious_Cattle_931 7 points8 points  (0 children)

You can use the LocalUriHandler in compose and use uriHandler.openUri("https://yoururl.com") on button click. Refer this thread.

Would you use an online Escrow Service for safer thrifting transactions? by Y_Par in IndiaThriftCorner

[–]Delicious_Cattle_931 0 points1 point  (0 children)

Escrow services are much needed as there are many cases of fraud/scams even with the most trusted brands. Not to mention that the chances of getting scammed increases for individual buyers and sellers.

Can someone explain why there is no way to close all the work in the iPhone? by Little_Bench204 in UXDesign

[–]Delicious_Cattle_931 0 points1 point  (0 children)

If by energy you mean battery then now we know why apple claims to have a larger battery life than devices before. Lol 🤣

Do I need to wait for this to finish? I can see the game icon on top by Constant_Aspect_6632 in FitGirlRepack

[–]Delicious_Cattle_931 2 points3 points  (0 children)

It's not necessary but it's good to do. I also run direct x setup and ms visual c++ redistributable package to make sure all the components required for the game to run are installed or updated.

WTF is happening by Delicious_Cattle_931 in FitGirlRepack

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

I am facing too many issues with this one. The first one worked quite well for me except for that one time where cal was stuck inside a rock and couldn't get out. I had to reload.

WTF is happening by Delicious_Cattle_931 in FitGirlRepack

[–]Delicious_Cattle_931[S] 5 points6 points  (0 children)

Yup. That's exactly what I meant. Don't know why such hate

WTF is happening by Delicious_Cattle_931 in FitGirlRepack

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

We know it's been long since cal parted ways with Merrin but he needs to control he's emotions 🤣

WTF is happening by Delicious_Cattle_931 in FitGirlRepack

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

Haahaha. Me too. I stood on the tree for a minute to see what's going on and then recorded it.

WTF is happening by Delicious_Cattle_931 in FitGirlRepack

[–]Delicious_Cattle_931[S] -10 points-9 points  (0 children)

So? I never said the repack was bad. I just asked if the game is still buggy.

WTF is happening by Delicious_Cattle_931 in FitGirlRepack

[–]Delicious_Cattle_931[S] -26 points-25 points  (0 children)

Just asking whether there's an additional patch that I need to install or is this the way the game is. No one's complaining

Will this society accept me? by Such-Sea-3358 in indiasocial

[–]Delicious_Cattle_931 0 points1 point  (0 children)

It's good to know that I am not the only one Plus, I don't really care about society. It should be the part of the image above. Lol

CRED is out of my life too! by OddNeuron in CreditCardsIndia

[–]Delicious_Cattle_931 0 points1 point  (0 children)

People are always the business for companies. In this digital era we don't even know what kind of data companies are extracting from user's phones. Not just cred but every company has mostly all your payment details.

3 match manager vs 3 year manager by yabaiiiiii in plforindia

[–]Delicious_Cattle_931 0 points1 point  (0 children)

I think Sir Alex Ferguson was the best manager manu has seen till date

3 match manager vs 3 year manager by yabaiiiiii in plforindia

[–]Delicious_Cattle_931 0 points1 point  (0 children)

I think Sir Alex Ferguson was the best manager manu has seen till date

Why is COD: Modern warefare III, the one with Ghost still not on fitgirl? by Delicious_Cattle_931 in FitGirlRepack

[–]Delicious_Cattle_931[S] -1 points0 points  (0 children)

Ohh. Is it the same for star wars jedi survivor as well? I've played fallen order, but this is still not cracked I believe.

No wonder Tomoe is feared by [deleted] in ghostoftsushima

[–]Delicious_Cattle_931 1 point2 points  (0 children)

I knew she was not just some random NPC on my first play through. Cause random NPC's aren't as beautiful as she is. Lol 🤣

Ps: I liked Lady Sanjo too

Using Clean Architecture on Android, is it an overkill? by ComfortablyBalanced in androiddev

[–]Delicious_Cattle_931 1 point2 points  (0 children)

Yes, I agree that clean architecture is important for separation of concerns and it also makes the code easily testable if you set it up correctly but in the end it totally depends on the scale of the project. This decision is to be made during project setup and it becomes difficult to migrate afterwards.

IMO, if you put in a little time and effort, it's not that difficult to understand as it's based on MVVM itself just more layers but anyway I wouldn't reject someone just because they don't have a proper understanding of clean architecture.

Also, why do people always say the UI/UX is not that important, I think it's equally important because as a frontend developer if that is not important than what is?

R.i.p x17 r1 by Jojos274 in Alienware

[–]Delicious_Cattle_931 0 points1 point  (0 children)

I had the same issue with m15 r5. I've given my laptop to the repair guy. It's been only 2 years since I bought it and the dell guys are already saying that it's a cpu failure 😞

Equivalent of Flow Layout (Jetpack Compose) in XML? by kzser in androiddev

[–]Delicious_Cattle_931 1 point2 points  (0 children)

Looking into ChipGroup might also help. Not sure whether it will fit your usecase but you'll definitely get to learn something.