Viewing Tweets with the Timeline View

The timeline view presents a Twitter user’s list of recent tweets (status updates). The TwitterTimelineViewModel class relies on the ITwitterService to retrieve the list of tweets.

TwitterTimelineViewModel contains several properties, which are described in the following list:

Image TimelineItemsAn IEnumerable of TimelineItem objects, which is populated using the ITwitterService. This list is bound to a ListBox control in the view.

Image ScreenNameThe Twitter screen name that was supplied by the user on the sign-in view. ...

Get Windows® Phone 8 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.