public static void main (String args[])

The signature of the Java main method perplexed me when I first started out programming. Java was the first language I learned and I couldn’t wait for the day where I fully understood that signature. By signature I mean the heading of the method: public static void main (String args[]) I wrote a simple program … More public static void main (String args[])

Blog Update

Blog Revamp: I have changed the theme of the blog and also the logo, it was hurting my eyes before and needed a long over due revamp. Here’s a quick mock-up of the new logo: I think it looks quick cool. Unfinished series: Regarding the previous Windows Phone Development series I was doing. I won’t … More Blog Update

#4 – Images, Icons & GIMP

Hello again, In the last tutorial we covered: Navigation between pages (C# code) Pivot Pages/Items/Controls Fields/Attributes More on TextBlocks ScrollViewers Images Testing App Store Information Today we’re going to cover: About/Using GIMP Scaling Layers Transparency Saving VS Manifest File Let’s dive right in! Next we’re going to change the icons for this app. With Visual … More #4 – Images, Icons & GIMP

#3 – Creating Your First App (Part 2)

Hello again, today we’re going to be finishing off our app. If you haven;t already done part one go back and do it: https://roncontech.wordpress.com/2014/03/11/2-creating-your-first-app-part-1/ Otherwise let us continue 🙂 Today we’ll be covering: Navigation between pages (C# code) Pivot Pages/Items/Controls Fields/Attributes More on TextBlocks ScrollViewers Images Testing App Store Information Lets get goin’! Linking pages … More #3 – Creating Your First App (Part 2)