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.
Actually, this is a really simple app made for three reasons:
At the moment the project showcases some best practices for:
Loader
, ContentProvider
, IntentService
, and a couple of helper classes I came up with and will explain in an upcoming Medium article;RecyclerView
;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.
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.
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.