Author: Kevin Galligan
Android and Protocol Buffers
Posted by Kevin Galligan | Aug 27, 2011 | Android, Thoughts
For quite a while now, I’ve been trying to figure out what one would use on a greenfield project for passing stuff back and forth to the server. There are many options. So far, in the projects we’ve worked on…
Read MoreResize Animation
Posted by Kevin Galligan | Jan 30, 2011 | Android, Thoughts
I’ve been learning a whole lot about animation recently. Not sure why, but it’s one of those things that’s relatively confusing and, as a result, I’ve mostly avoided. We’ve used frame animation for various things, and a little bit of view animation (shake an input, etc). The rest of it seemed like a mystery.
Read MoreOrmLite for Android
Posted by Kevin Galligan | Jan 25, 2011 | Android, Built By Touchlab, Press, Thoughts
We have a project coming out soon. Its the biggest one we’ve worked on, complexity-wise, anyway. It’s an iPhone conversion, which made pretty heavy use of core data.
Read MoreAndroid Sqlite Locking
Posted by Kevin Galligan | Jan 25, 2011 | Android, Thoughts