[android-developers] How to start activity on URLSpan click

2010-11-23 Thread Elias Mårtenson
In my application I have a TextView that contains text which (among other things) contains links. When clicking on a link I need to open specific activities. What is the best way of solving this? Currently, the only solution I have been able to come up with is to set each URLSpan span to a URL

[android-developers] HorizontalScrollView in a ListView

2010-10-13 Thread Elias Mårtenson
This is not the first time someone has this problem. When googling I've found plenty of questions from people having similar problems to the one I'm describing below, but no satisfactory answer. I've been trying to get this to work reliably for weeks now (not 100% of the time, of course) but I