Another Android Blog

Insights into those hard to solve Android Development problems

Skip to: Content | Sidebar | Footer

Month: October, 2010

RSS XLM Document Parsing/Parser

28 October, 2010 (16:45) | DOM Parsing, RSS | By: Randall Mitchell

I’ve seen a lot of examples for parsing XML using SAX. As far as I can tell, that is the most efficient method for doing so. Honestly though, I’m not really sure how much of a crutch using the DOM would be on speed. I thought, as a learning experience, I would break from this [...]

A list of Android resources

9 October, 2010 (19:29) | Programming Resources | By: Randall Mitchell

Here are some resources that I use or view regularly. Personal Sites: Curious Creatures (Romain Guy) – Google Employee and a major developer for ListView http://www.curious-creature.org – it really is a personal blog but he’s got an android section with a few good articles. The Radioactive Yak (Reto Meier) – Author of Android 2 Application [...]