I\'m a new programmer and new in Android. I\'m using this example http://www.androidhive.info/2012/09/android-adding-search-functionality-to-listview/ and it works great. >
I was able to go around the whole thing by replacing the context reference from this or Context.this to getapplicationcontext.
this
Context.this
getapplicationcontext