| |
a. Getadsfromzest - This method is used, to send request to Komli Mobile server. |
| |
|
Note: Assign these variable after Getadsfromzest method for further process |
| |
|
Assign the variable for animation. |
|
| |
|
|
private int _zIndex = 10; |
| |
|
|
private int time; |
| |
b. zestadzads_DownloadStringCompleted - |
| |
|
Get the response from Komli Mobile server. |
| |
|
Store the xml data to a list using xml linq paraser. |
| |
|
Get the stored data from list. |
| |
|
Add animation to ads(i.e image). |
| |
|
Send it to view part i.e. to xaml. |
| |
c. AddImage - This method is to add images to image grid, with or without animation. |
| |
d. image_Loaded - This method is used to create flip animation when image is loaded. |
| |
e. gopage - This method is used to show the selected image link's page / landing page in browser. You need to create browser element in Xaml/front_end.
i.e (<phone:WebBrowser Name="webBrowser1" .....) in name of webBrowser1. |