I hope no one minds but I bought a HDR-FOX T2 yesterday and thought I'd have a play. I've now added a sort of Twitter Overlay for the App section (Yellow). It's very similar to the Newsfeed except it shows twitter feeds, the username and their profile image. I'll be honest, I am not an artist, but I think it looks ok.
The first twitter choice is the twitter timeline (tweets with people you follow). In the portal.js file YOU WILL HAVE TO EDIT THIS so you can put YOUR OWN USERID in. Unfortunately this is not your username, it's a unique number assigned to you by twitter. You might have to go on the developer page to find out what your userid is. In the portal.js, I am using Stephen Fry's ID as example!
The other parts are just 5 queries. (Currently) I have no way or idea how to integrate the keyboard, so for now the queries are set. You can change them in the portal.js file. Where you see q=f1, the results here will bring tweets containing f1. Just replace it with the term you are searching for.
The other 4 queries are:
QT (Question Time, can't remember if it's the right tag or not! (I think it might be BBCQT)
XFactor (sorry)
Runcorn(where i live)
LFC (that's Liverpool Football Club
)
Plainly put, it's a start and perhaps it might just give someone a bit of motivation to develop something stronger. Once the feed is running, once it goes through the returned 20 queries, it will start again (ie refresh the feed so new tweets appear).
Given I cannot upload the js and css, here's the code (Incidentally I have no idea how to put this on the depository!!):
Firstly the portal.js file:
In fact it won't let me because this is my first post. I have to post 10 times before I can show the code, grrrr