sethgnavo / Nagbox

A simple nagging app / sample for an article on Android+SQLite implementation approach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 an MVP developed in under a week.

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. Please also consider adding attribution (e.g. this GitHub repository link).

Do not re-publish this app with zero or minimum modifications, especially for monetization purposes (such as placing an ad banner). Thank you.

About

A simple nagging app / sample for an article on Android+SQLite implementation approach

License:Apache License 2.0


Languages

Language:Java 100.0%