logoalt Hacker News

safety1sttoday at 3:07 PM1 replyview on HN

If you use Android, honestly try Fdroid. It's great. I mean there are obviously huge gaps, you're not going to find banking apps, and there's going to be less polish in a lot of cases. BUT NONE OF THE APPS ARE EVIL.

Fdroid harbors the paradise we imagined in the early days where we just had these little computers in our pockets and didn't have to worry that everything on them was drowning in ads, scams and surveillance.

So if I do think I might want or need an app I immediately go and check on Fdroid. I can install apps from there without fear. If Fdroid doesn't have what I need, most likely I'm just tapping out. I won't use my phone. I barely use it these days when I'm not on the go anyway.


Replies

princevegeta89today at 3:37 PM

On Android, especially the most recent versions, the archive functionality for apps has been a lifesaver. It basically packs apps into a specific format, keeps their entire state, and stores it on the disk. This also completely stops the app from running in the background and any other functionality that we don't need.

When we need to access the app again, we just have to restore it, which actually downloads the app and puts the app data back into it. It brings us back to exactly where we were before.

I do this to a lot of my apps these days, and it works very well. When we look at it, apps are nothing but a logged-in state for services that makes it easy to access them. On a typical web browser, you would have to keep logging in every now and then. Apps have a more persistent logged-in session that sometimes lasts forever as well.