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:
TimelineItems—An IEnumerable
of TimelineItem
objects, which is populated using the ITwitterService
. This list is bound to a ListBox
control in the view.
ScreenName—The 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.