Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created June 24, 2014 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtuts/7d4c7723d3d217c7a969 to your computer and use it in GitHub Desktop.
Save wtuts/7d4c7723d3d217c7a969 to your computer and use it in GitHub Desktop.
Hub tiles -Part 2
//Arrays to provide sample data
string[] arrayoftitle = new string[6] {"Flipkart","Snapdeal","Jabong","ebay","Amazon","HD" };
string[] arrayofnotification = new string[6] { "Notify 1", "Notify 2", "Notify 3", "Notify 4", "Notify 5", "Notify 6" };
string[] imagesource = new string[6] { "1.jpg", "2.jpg", "3.jpg", "4.jpg", "5.jpg", "6.jpg" };
//The above sample images have been added into a folder called images in the project file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment