C# Class TwitterSearch.MainScreen

Inheritance: Screen
Afficher le fichier Open project: Syderis/CellSDK-Samples

Méthodes publiques

Свойство Type Description
Font Font
offset Vector2

Méthodes publiques

Méthode Description
BackButtonPressed ( ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Update method. Waits untill the list entries are ready.

Private Methods

Méthode 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 méthode

public BackButtonPressed ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Update() public méthode

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

Property Details

Font public_oe static_oe property

public static Font Font
Résultat Font

offset public_oe static_oe property

public static Vector2 offset
Résultat Vector2