Follow up: Build a Windows Phone App before lunch

Just an update to my last blog post: Build A Windows Phone App Before Lunch!

Update!

My app is now in the store!

image_thumb

The screenshots and description we developed earlier are now viewable, and people can download my app. Here’s a link if you want to check it out, download and RATE IT!

image_thumb2

You can check out my code here: https://github.com/stinethebean/WinPhoneAppB4Lunch.git

image

Not too complicated, I’ll walk you thru some of the auto-generated code.

First, the Model – View – ViewModel is auto-generated for each individual page. You can learn more about MVVM here.

image

Then we have our data for each page. The blue circled pages are made of tables, while the red is the pure HTML pages.

image

And just to take a peek at the HTML. Really do-able!

image

Now that we’ve seen what it looks like, I have faith that you could go and write your own app in HTML/JavaScript or C#/XAML.

Feel free to let me know if you have any questions!