C# 클래스 ImageLoader.MainScreen

상속: Screen
파일 보기 프로젝트 열기: Syderis/CellSDK-Samples

공개 메소드들

메소드 설명
BackButtonPressed ( ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Update method

비공개 메소드들

메소드 설명
AddImage ( String url ) : void

Add a new image to the user interface

ClearContent ( ) : void

Clear all image content

SearchImages ( String query ) : void

Search images using a query

SearchImagesFromGoogle ( string query, int nImagesPerPage, int startImage ) : void

Search images on Google Images using JSON

WebClientGoogle_openReadCompleted ( object sender, OpenReadCompletedEventArgs e ) : void

When the HTTP request is retourned it shows the images to the grid

메소드 상세

BackButtonPressed() 공개 메소드

public BackButtonPressed ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Update() 공개 메소드

Update method
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void