Android Development

Simple Calendar Widget

icon

Information about this project:
icon On Google Play | v4.37 - 2024-07-08
icon On Amazon Appstore | 10/16/2015

The original idea for this started as a simple JavaScript Gadget. I was messing with different ways to display a calendar on any site. Nothing fancy. Just (as the name says) something simple. This is what that ended up looking like:

I like the idea of it so much, that I incorporated the idea into my Moon Clock app, to show the phases of the moon forever. Then I figured out how to work that into the Android widget for Moon Phases that I already had. Then it occurred to me, that I would really like to have a very simple little calendar like this on my desktop as a widget.

Of course, nothing is ever as easy as it first appears. I thought it would be a piece of cake to draw the calendar in a widget the same way as in a main activity. It's not like that, though. The system handles those things totally differently. It's really just a matter of different coding. The basics are still the same. What I really wanted was customization. And that part worked exactly as expected. Basically, the preferences are set and saved from the avtivity, and the widget reads those shared preferences. More than you need to know, but that's how it works.

 

Download:
icon From Google Play
icon From Amazon Appstore
icon Local version. Follow instructions on previous page.

Share on Facebook Post about this on BlueSky Tweet about this on Twitter Post about this on Treads
Share message
Join our Discord Share on LinkedIn Share on Reddit pinterest Email this to someone

Also... Check out this Facebook page I'm working on, to get developers to trade ideas

bottom corner