Android ListView with onClick items

前端 未结 9 1618
梦如初夏
梦如初夏 2020-11-27 03:33

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.

9条回答
  •  半阙折子戏
    2020-11-27 03:58

    I was able to go around the whole thing by replacing the context reference from this or Context.this to getapplicationcontext.

提交回复
热议问题