Skip to content

The android widget will help you to countdown the days (calendar or working) until a specified date.

License

Notifications You must be signed in to change notification settings

ssieb/android-countdown-widget

 
 

Repository files navigation

Countdown Days Widget For Android

logo

The widget will help you to countdown the days until a given date. It shows the remaining days or even the working days left if you are interested in such a counter.

Project Setup

Some notes regarding the project setup and structure:

  • The project was extracted to be published on GitHub from a multi module structure, therefore the testing module is missing from this migrated version. However only the tests are missing, the code is fully functional and it can be deployed.
  • The project is configured with maven. It can be compiled and packaged easily via command line or you can use one of your preferred IDE.
  • maven-android-plugin needs the ANDROID_HOME environment variable pointing to the current Android SDK installation.
  • I was using Eclipse and IntelliJ as IDE to develop this widget, the meta files generated by these IDEs are committed as well

Work In Progress And Wish List

I started with a simple version of the widget, then over the time the enhancements were added. I also got a lot of feedback, ideas and comments, which motivated me to continue the development. Here are the most popular requests:

  • multi-size widget - work in progress - currently only 1x1 size is available
  • show remaining weeks or months (not days only)
  • consider adding holidays in the calculation of the remaining days
  • be able to associate some customizable icons to specific events

The Beginnings

This is how the widget started (the story telling part;), I couldn't find a simple widget which counts the working days as well, so I decided to write one :) At the very beginning I just sketched how the widget would look like:

start

Then the next step was to prepare the vector based graphics with Inkscape:

graphics

About

For more details please visit the widget from the Google Play

Feel free to contact me if you have any questions.

About

The android widget will help you to countdown the days (calendar or working) until a specified date.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.7%
  • HTML 3.3%