Monthly Archives: November 2012

ListActivity is useless

You see lots of examples that use ListActivity to display a list of data. The thing they don’t tell you is that the class was written for ListView with an id of ‘list’. That means you can only have one … Continue reading

Posted in Android | Leave a comment

Making SimpleXML play well with Android

An easy way to add dependencies to your Android project in IntelliJ is to use the Maven repository dependencies. This works great until they have dependencies that are provided by the Core maven libraries. This leads to error messages like … Continue reading

Posted in Android | Leave a comment