Titanium Twitter App for learning
RECREATED FROM STACKOVERFLOW AS THERE DOESN'T SEEM TO BE MUCH TITANIUM GOING ON THERE…
Hi,
I'm creating a simple twitter app to learn Titanium. What I have is a tableView populated from a live twitter stream.
What I need to know is how I create clickable links from twitter user names, to be able to open that user's profile. I can get the regexp'd usernames, but don't know how to do something with them.
Any help much appreciated.
There doesn't seem to be much in the way of tutorials for mobile, or am I perhaps not looking in the right place?
Paul
3 Answers
-
Kitchen Sink Application has examples of pretty much everything, I would suggest you started there.
Your question(s) are pretty high level and general so, look though the app provided and when you run into specific problems, post those and then the community can respond
-
.
-
You were right, you are not looking in the right place. Go to the first tab in KitchenSink -> Views -> Table Views -> Table View (Layout 2). There is a layout for a facebook like table, but it will help you a lot. If you click on the title of every row you will see that the app prints a message accordingly.