Is there an app that could send me a notification every 30 minutes?

https://lemmy.ml/post/13183403

Is there an app that could send me a notification every 30 minutes? - Lemmy

They say time is is the most valuable resources. Right now, time feels quicker for me these days and I often lose track of it. Because of that the app should have the same purposes as an old clock, it plays a little “ding” or a notification every 15 minutes, 30 minutes, or 1 hour, or as long as I like. Preferably installable with f-droid, can I have an app recommendation.

For this kind of thing, I use Godot and write a quick and ugly one-off app. That way it works exactly how I imagine and I just send myself the APK over messenger and install it :P

Although it would be a joy to implement in hardware.

I hate how large the apk files are

I never actually noticed. It’s always been like 25MB for stuff I do. Is that a lot?

Takes a huge amount of storage on my production machine to store the various libraries to produce that file, to be fair. That is a minor pain.

25MB… Is that a lot?

Depends, I guess. For a Godot app? Probably about average.

For a quick and dirty native app? This timer app I use is 160kB. Less than 1% in size.

GitHub - dubrowgn/micro-timer: A tiny, microwave inspired timer app for Android.

A tiny, microwave inspired timer app for Android. Contribute to dubrowgn/micro-timer development by creating an account on GitHub.

GitHub