Post date: Apr 18, 2011 2:29:19 AM
I know this is silly, but for some reason I often try and put my listeners as unique methods outside of the onCreate method. You need to initialize these listeners from the onCreate method. If you don't, they break. Also, for some reason I've had issues where Eclipse doesn't have the ability to recognize that their libraries need to be imported and just throws an error. So, make sure you know where they necessary libraries live (easy through a quick google search) and remember to import them.