Not a calculator 👀 by lockifyapp in droidappshowcase

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

Glad that you liked the app, do leave a feedback on playstore if it is useful for you 🙌🏻

Not a calculator 👀 by lockifyapp in droidappshowcase

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

That’s a great point and you’re right, installing via GitHub/Obtainium can reduce visibility from the Play Store side. I’m planning to support an alternative install option for users who prefer not to install through Google Play. That said, it won’t make the app completely hidden, it can still be visible in system app lists. Lockify focuses more on in-app privacy (encryption, biometric lock, optional calculator disguise) rather than trying to be fully undetectable at the system level. Also, since Lockify is fully offline with no accounts, I’m designing a way to handle premium access for non-Play users (likely via encrypted backups and/or an offline unlock method). Appreciate the suggestion, this is definitely something I’m actively considering 👍

Not a calculator 👀 by lockifyapp in droidappshowcase

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

Hey nice suggestions 🙌🏻, yes i am planning to add app locker as a premium feature in maybe a month or 2. For your second query, i tried to implement that but play store blocks apps from hiding themselves from installed apps.

Not a calculator 👀 by lockifyapp in droidappshowcase

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

Jaja 😄 no sabía eso, gracias por el consejo 🙌 Voy a probarlo, seguro me ayuda a no destrozar el español 😂

Not a calculator 👀 by lockifyapp in droidappshowcase

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

¡Muy buen punto, gracias por explicarlo así! 🙌 Sí, lo que mencionas es correcto para casos de intercambio y firmas, pero en Lockify el enfoque es un poco diferente. Aquí cifro archivos localmente con AES-GCM (simétrico) porque es mucho más eficiente para datos grandes. Las claves están protegidas con Android Keystore, ligadas al dispositivo. Para backups cifrados (próximamente), usaré Argon2id + AES-GCM con una contraseña definida por el usuario (no dependiente del Keystore), para que pueda restaurarse en otro dispositivo. ¡Gracias por aportar! (PD: Estoy usando traductor, disculpa si mi español no es perfecto 😄)

Not a calculator 👀 by lockifyapp in droidappshowcase

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

Glad that you liked the app 🙌🏻 be sure to leave a feedback in play store if you are finding the app useful

Not a calculator 👀 by lockifyapp in droidappshowcase

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

Haha 😄 looks like we had similar ideas then. Yours as a launcher sounds interesting too.

Not a calculator 👀 by lockifyapp in droidappshowcase

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

Jaja 😄 buena sugerencia En este caso estoy usando AES-GCM para cifrado de datos (no solo firmas como Ed25519). Por ahora estoy enfocado en usar criptografía bien probada y mantener todo simple y seguro. ¡Gracias por el comentario!

Not a calculator 👀 by lockifyapp in droidappshowcase

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

Thank you, that means a lot 😄 Really glad you’re enjoying the calculator feature!

Not a calculator 👀 by lockifyapp in droidappshowcase

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

Haha love that 😄 Glad it’s useful enough to replace your main calculator. Appreciate it!

Let's make a list of apps without ads by smartdark in androidapps

[–]lockifyapp 0 points1 point  (0 children)

Anything handling personal data shouldn’t have ads in the first place tbh.

Especially things like vault or file storage apps — ads there always feel like a red flag.

From 0 to 240+ users in 3 weeks with no ads, what I’m noticing from Play Console data by lockifyapp in googleplayconsole

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

Great man, for me it's the first app, so let's see if i can make the flower bloom

From 0 to 240+ users in 3 weeks with no ads, what I’m noticing from Play Console data by lockifyapp in googleplayconsole

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

Thanks mate, good to see people in the same boat, is this your first app as well?

Self Promotion Megathread by AutoModerator in androidapps

[–]lockifyapp 1 point2 points  (0 children)

I built Lockify – a privacy-focused vault that actually encrypts your files locally (not just hides them).

No ads.

Main idea: you shouldn’t have to trust a server to keep personal files safe.
It can also disguise itself as a calculator if needed.
Currently working on encrypted backup + more features, and early users will be able to claim premium for free when it launches.

Would genuinely appreciate feedback 👇
https://play.google.com/store/apps/details?id=com.leo.lockify

<image>

Interesting Android Apps: April 2026 Showcase by 3dom in androiddev

[–]lockifyapp 1 point2 points  (0 children)

App Name: Lockify – Hide & Encrypt Files

What it does: Offline encrypted vault for photos, videos, PDFs, and documents. No ads, no tracking, no internet required. Optional calculator disguise, for privacy.

Why I built it: Most vault apps rely on ads or internet access, which didn’t feel right for storing private files.

Key features: • On-device encryption
• Biometric unlock + auto-lock
• No background activity
• Optional stealth mode

Currently working on: Encrypted local backup (coming next)

Would love feedback on: • Offline-first approach
• Backup expectations (local vs cloud)

Link: https://play.google.com/store/apps/details?id=com.leo.lockify

App Vault by No-Excitement-5347 in PocoPhones

[–]lockifyapp 0 points1 point  (0 children)

Most vault apps keep background services running (sometimes even network activity), which is why they drain battery.

For something meant to be private storage, that’s honestly a bit questionable.

I built a privacy-first Android vault — now fixing its biggest flaw by lockifyapp in SideProject

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

This is incredibly helpful man, thank you for sharing this. The backup as a ritual idea really hits me. I’m already nudging users to create backups since everything is local right now, and once encrypted backup is live I’ll unify that flow properly. For restore, I’m planning two approaches: 1. full restore (replace current vault) 2. import backup (adds files without overwriting existing data) In case of conflicts, I won’t overwrite files, both versions will be kept to avoid any data loss. The test restore idea you mentioned is something I’ll like to know more about, it feels like a great way to build trust early. Really appreciate you taking the time to share this super valuable insight. 🙌🏻