Tuesday 4 February 2014

Windows Phone 8 App - IrishSlang

Feel Free to download IrishSlang from the Web store, and let me know what you thing of it in the comments section below
DOWNLOAD LINK



IrishSlang was a very basic app that I made over a Saturday afternoon.




The App itself, Is mainly an "info" app...which means it was very simple to create. Text Heavy and Code light..
The main code used in the .xaml pages would have been for Buttons.




< Button Content="Food" Height="72" HorizontalAlignment="Left" Margin="120,25,0,0" Name="button1" VerticalAlignment="Top" Width="230" BorderBrush="Green" Foreground="Orange" FontFamily="Microsoft NeoGothic" FontWeight="Bold" Click="button1_Click" />

While in the xaml.cs page .. the event for the Button "Food" went like this:

private void button1_Click(object sender, RoutedEventArgs e)
{
NavigationService.Navigate(new Uri("/Food.xaml", UriKind.Relative));
}





Update: Irish Slang has reached over 150 downloads in just 6 Days! Getting more popular each day.




2 comments: