Monday, October 9, 2017

Change of Pace

First off, let me apologize for the lack of activity for so long.  I was unusually busy until late August.  I have been vacation for September, but I wanted to take a full month off from doing any development or programming.  It is nice to just take a break for awhile and focus on all the little errands that need to be done around the house and yard.  My break is now over and it is time to get back to development. 

On that note, before summer I modified my whole project to use Content Providers and some other fun features.  Unfortunately.  I didn't commit the changes and tried to clean up my computer.  Long story short, I was a little over ambitious and deleted some folders that I shouldn't have.   In other words, I lost the changes.   The moral of this story is Commit Early and Commit Often. 

 It is okay though because I realized that I really didn't want to publish My Notes.  What I really liked is showcasing how to do interesting things.   I have thought for awhile how to go about doing that.  I still like the idea of using a full-fledged app for the examples.   A lot of examples I look at give a very good overview of the specific item being discussed, but don't show the full interaction in an app.  In other words:  how to handle the issues that pop-up when the app is trying to do something other than just showcase the item under discussion. 

I took a long break from the blog to think about how to go about doing that and to enjoy summer and some free time away from coding.  When you do 8-10 hours of Android for several years, sometimes the last thing you want to do at home is more development.  Don't get me wrong, I love problem-solving and Android, but the brain and hands need a break sometimes.

So getting back to my original problem of how to the examples, I think I finally found a solution.  I am still going to use the full My Notes app, but I am going to modify it for the showcase and check each showcased modification of the app into it's own GitHub repo.  My first big mod is going to be refactoring the existing app with Kotlin.  I am going to check that mod into the existing repo since I may want to use that as the base for the other repos.  I will do my level best to keep each repo up to date with the latest and greatest in Android.  Nothing sucks worse than hunting for a solution to a problem and finally finding it, only to discover it is out-of-date and doesn't work anymore.