Actinarium / Nagbox

A simple nagging app / sample for an SQLite-powered Android app made with vanilla SDK and support library only
Apache License 2.0
16 stars 2 forks source link

Nagbox

Recurring reminders for wayward creatives.

Nagbox is a small app designed to do one thing: nag you repeatedly when you waste your time and not let you lose the track of it. Just set up a recurring reminder, enable it when you start slacking, and feel guilty each time it fires.

Screenshots


Actually, this is a really simple app made for three reasons:

  1. A sample for my upcoming Medium articles on various Android development and design patterns (e.g. the first one will be on SQLite integration approach);
  2. A playground to get familiar with new things (e.g. data binding, N notifications);
  3. Actually, I need an app like this myself, and it’s quite possible that I’ll further develop it into a complete full-featured app. Think of it as a minimum viable product developed in under a week.

At the moment the project showcases some best practices for:

This app on Google Play

Get it on Google Play

Not enough MVP!

Some developers may find the lack of MVP/MVC/MVVM/etc architecture in this sample disturbing. While I agree that those are great for making large projects organized, I have a strong opinion against over-engineering.

This sample is very simple and does not need MVP. If you like acronyms so much, check out KISS and YAGNI.

More from the developer

Be the first to know when I publish new articles, tutorials, libraries and apps:

Also check out Material Cue, my flagship app for Android developers. It’s free.

License

Copyright (C) 2016 Actinarium

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Feel free to fork, study, modify, build, and share this project or derivatives.

If you’re going to distribute a derived app, please be decent and put effort into it, and consider adding attribution (e.g. the link to this original repo). Do not re-publish this app with zero or minimum modifications, especially for monetization purposes (such as placing an ad banner). Thank you.