C# Class TwitterSearch.MainScreen

Inheritance: Screen
Exibir arquivo Open project: Syderis/CellSDK-Samples

Public Properties

Property Type Description
Font Font
offset Vector2

Public Methods

Method Description
BackButtonPressed ( ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Update method. Waits untill the list entries are ready.

Private Methods

Method Description
HandleButtonPressed ( Component source ) : void

Press Button Handler, start the query

HandleXmlResponse ( object sender, OpenReadCompletedEventArgs ev ) : void

Parses the XML response and add TwitterElement objects to listbox

SearchTag ( string hashtag ) : void

Method who sends a query request to Twitter and handles the response.

Method Details

BackButtonPressed() public method

public BackButtonPressed ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

Update() public method

Update method. Waits untill the list entries are ready.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime Game Time
return void

Property Details

Font public_oe static_oe property

public static Font Font
return Font

offset public_oe static_oe property

public static Vector2 offset
return Vector2