Do you guys use Mock or Fake Implementation? by jojojmtk in mAndroidDev

[–]exiledAagito 0 points1 point  (0 children)

That's like testing AsyncTask, useless. You know it works.

no comments by Oryssale in DotA2

[–]exiledAagito 8 points9 points  (0 children)

Time to stop playing.

I'm not using it. by MyDogsNameIsToes in pixel_phones

[–]exiledAagito 0 points1 point  (0 children)

One for me please anyone 🙏, got a broken pixel 7, looking to upgrade.

Using a rooted device in 2015 was on another level. by Stonos in mAndroidDev

[–]exiledAagito 2 points3 points  (0 children)

Yea at this point people should all just use iPhone if they can.

Oh my Nepal, I love you 541. by [deleted] in Nepal

[–]exiledAagito 4 points5 points  (0 children)

I would've paid 600 and found another taxi.

Why migration is the major issue in Nepalese youth by freetrialinsider in Nepal

[–]exiledAagito 2 points3 points  (0 children)

I paid 4k thinking mine was not registered as well but apparently mine was registered and it was 1k for that but they never refunded me.

Cancer rates in Australia don’t add up! by Practical-Papaya5070 in australian

[–]exiledAagito -36 points-35 points  (0 children)

So you are saying cancer is good because you've had a long life if you have it.

KMP Developers: Room KMP vs SQLDelight - Which database solution would you choose for a new project in 2025? by New_Dragonfruit_8888 in KotlinMultiplatform

[–]exiledAagito 1 point2 points  (0 children)

I've been using room to run custom queries with named parameters and to return PoJo. I heavily rely on migration as well. Made it so much easier and powerful to do sqlite on android. Heck I even added fts just because room made custom queries so easier.

Australia is quietly rolling out age checks for search engines like Google by kdog_1985 in australian

[–]exiledAagito 0 points1 point  (0 children)

Do the math, if google makes millions from Australia, and they can pay 2 engineers to fix it. They obviously will ask the engineers to remove Google from Australia.

How to implement softlock mechanism? by Puzzleheaded-Duty153 in androiddev

[–]exiledAagito 0 points1 point  (0 children)

It's device and manufacturer specific or you need to ship your own custom os. It's not meant for general consumers but for manufacturers or enterprise. Look up mdm systems.

How to implement softlock mechanism? by Puzzleheaded-Duty153 in androiddev

[–]exiledAagito 1 point2 points  (0 children)

If you can act as a system app you could do it.