-
Recent Posts
Recent Comments
- qmatteoq on Prism for Xamarin Forms – Handling platform specific code (Part 4)
- prakashdaleyardi on Prism for Xamarin Forms – Handling platform specific code (Part 4)
- qmatteoq on Migrate your Windows 8 apps from Release Preview to RTM
- Arockia jenitha on Migrate your Windows 8 apps from Release Preview to RTM
- qmatteoq on Prism for Xamarin Forms – Handling platform specific code (Part 4)
Archives
- November 2023
- September 2016
- August 2016
- February 2016
- January 2016
- December 2015
- October 2015
- September 2015
- August 2015
- January 2015
- December 2014
- November 2014
- July 2014
- June 2014
- April 2014
- March 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
Tag Cloud
- App Studio
- Async
- Azure
- Caliburn
- Database
- Fast App Resume
- Funambol
- GDR3
- Mangopollo
- Maps
- Microsoft
- MVP
- MVVM
- Nokia
- Panorama
- Prism
- Skydrive
- SQLite
- Telerik
- Template10
- Unit testing
- Universal Windows Platform
- Windows
- Windows 8
- Windows 10
- Windows Phone
- Windows Phone 8
- Windows Phone Week
- wpdev
- WP Dev Fusion
- Xamarin
- Xamarin Forms
Categories
Awards
Monthly Archives: August 2012
How to override the default color of a ProgressBar in a Windows 8 application
So you’re doing Windows 8 development and, very likely, your app needs to display some data. Rarely this data is immediately available: maybe you need to download it, or you have to parse it before displaying it. Here comes in … Continue reading
SQLite for WinRT is now available on Visual Studio Gallery
Thanks to Tim Heuer I’ve found that there’s an easier way to add SQLite to your Windows 8 application rather than the manual one described in my post. Now SQLite for WinRT is available as a Visual Studio extension, you … Continue reading
Migrate your Windows 8 apps from Release Preview to RTM
Here we go again: a new Windows 8 version has been released (luckily, it’s the last one ) and we have to test our application against the RTM, to see if everything is working fine. Luckily, this time the migration … Continue reading
Windows 8 RTM is here: how to fix activation issues and submit apps to the store!
Since yesterday, as previously announced, Windows 8 and Visual Studio 2012 RTM are available to MSDN and TechNet subscribers. Even if this is an important news, since it marks a new milestone for Microsoft, there isn’t too much to tell: … Continue reading
Import an already existing SQLite database in a Windows 8 application
One of the comments I’ve received in the blog post I wrote about using SQLite in a Windows 8 application was a really interesting question: what can I do if I have a pre populated SQLite database and I want … Continue reading