PDF Creation for Android

PDF Creation for Android

So my latest app, Photog Companion generates PDF documents on Android. I was thinking about supporting mark-up of existing PDF's. That's probably not all that difficult to implement myself but I don't want to spend the time learning the rest of the PDF spec. So, I did some research and even though a lot of people were saying bad things about the company I decided to contact iText to see what a license would cost. I was expecting something like a $500 developer license.

Read more
Posted by Tony on Oct 01, 2013 | Android Development
Designed For Tablets

Designed For Tablets

The Google Play Store interface for publishers was repeatedly telling me that I needed to design my application, Photog Companion Model Release, for Tablets. The confusing thing for me was that I already provided alternate layouts for tablets and went to great pains to make sure it worked nicely on tablets.

Read more
Posted by Tony on Sep 30, 2013 | Android Development
Eclipse Hangs with Resolving Error Markers

Eclipse Hangs with Resolving Error Markers

This problem drove me nuts for hours today. I've recently upgraded to Eclipse "Kepler" with a completely new install. Everything went great for a while, but the next time I started Eclipse it wouldn't actually finish loading. Sometimes it would launch but never highlight my code. A bit of digging showed that the Android Development Tools were hanging on a process described as "Resolving Error Markers".

Read more
Posted by Tony on Sep 20, 2013 | Android Development
Android Date Glitch

Android Date Glitch

My daughter's Samsung Galaxy Player had it's Google Play Store suddenly stop working. The error it threw was "No connection." I tried clearing the cache, clearing updates on Play, installing a new version of the Play store and just about everything else I could think of before resetting to factory defaults.

Read more
Posted by Tony on Jun 24, 2013 | Android Development
My new app

My new app

After nearly two years of off-and-on development I finally finished it! MilesTrac Online integrates everything suggested by people who used my old MilesTrac Free app but were beyond the scope of the original design.

Read more
Posted by Tony on Apr 02, 2013 | Android Development
Finding Google Account on Multiple Android Versions

Finding Google Account on Multiple Android Versions

If you want to develop for the most Android devices, chances are you will run across something you need to do differently depending on the age of the device at hand. Newer API's contain different features from old ones. There's a slick little trick whereby you can handle multiple API versions easily. For instance, finding the Google email address(es) on the phone is a challenge for anything that bridges the "Eclair" threshold.

Read more
Posted by Tony on Feb 13, 2011 | Android Development