After fiddling with a few different styles of coding a database upgrade implementation for Android, I’ve settled on a fairly simple method. Basically, I take the old version, and increment a counter until I get to the current version. Through each iteration, I use switch…
Category: Android
I’ve seen a lot of examples of how to send email from an android application. All of them result in applications coming up in a chooser list that are not appropriate for sending email. In this post, I’ll described the various solutions I found, and…
I went looking, and looking, and looking, for a solution to this problem. None of them seemed to fit the bill. I tried… updating proguard not using libraries I shouldn’t be re-importing the project removing duplicate android jars removing all android jars a host of…
In third part of the android hello world video, we explain the different components of the application, and why things are done in a certain way. This video is a bit raw. However, rather than editing the videos, I’m going to try and improve my…
Part 3 – Code Explained Okay, I’ve finished another android development demo video. Sorry it took so long, I got really busy with a new computer and what not, and life in general. In the next video in this series, I will explain the details…
Part 2 My intention is to make all of my android videos as simple as possible, and as short as possible. That way you can learn what you need to, and get on with it. This is a quick demo on how to get started…