Clicking Links In Custom Listview
I'm attempting to put together a library for Twitter feeds and I've got most of it working, but I'm running into an issue where links in my text are crashing when clicked, and I wa
Solution 1:
Probably you pass "wrong" context in your adapter. E.g. application context instead of activity context.
Post a Comment for "Clicking Links In Custom Listview"