By tag: windows8
0
kicks
Kona Guidance - Documentation released!
n addition to the reusable components and the reference app, we are releasing an extensive documentation explaining some of the best practices for developing Windows Store LOB apps.
Below you can find our proposed table of contents of the project docs ...
0
kicks
A Windows Store TFS Work Item Browser
A lengthy article that demonstrates how to develop a TFS Work Item browser for WinRT (Windows Store).
0
kicks
p&p Kona Guidance - New drop Released!
A few days ago we have published a new drop of the first drop of the patterns & practices Kona Guidance on Codeplex.
For those who are not familiar with this project, the goal is to provide written guidance as well as reference implementation to describe recommended practices for building...
0
kicks
Dynamic Partition Problem During Windows 8 Installation
How to convert Dynamic disk to Basic disk without data loss for Windows 8 installation
0
kicks
Telerik Virtual Accelerator for Windows 8
We are looking for the next smashing Windows 8 app.
If you are a startup and you have a brilliant, financially viable idea for a Windows 8 app, pitch it to us. Your app wins our hearts and your startup wins:
0
kicks
Submitting your App to the Windows Store and Avoiding Common Submissio
You’ve done it, you have finally finished your Windows 8 app and are ready to submit it to the Windows Store. Your masterpiece can now be downloaded by the hundreds and thousands of Windows 8 users. You have made sure your code is clean, double checked your unit tests and deployed it onto another de...
0
kicks
Google Play vs Windows Store: A Stark Contrast
Getting an app in Android and on Windows 8 couldn't be more different: from fees, to technical support, to the app-submission process.
0
kicks
Windows RT: dead man walking
Windows RT doesn't have much of a change if MS doesn't update the platform and bring it in sync with Windows 8
0
kicks
Creating Shutdown tile in Windows 8
Shutting down or rebooting Windows 8 is pain without using the Start button. Many users may want to shutdown the system with just one click. This post shows the script to enable users create a tile on windows start screen for shutting down or rebooting the system.
0
kicks
Creating a Live Tile Application in Windows 8
A blog post series to show how to create a live tile application in Windows 8. In the up-coming posts I will show how to create live tile applications with animation and notification extensions.
0
kicks
Windows 8 keyboard shortcuts
I have discovered 23 keyboard shortcuts to navigate the system. Allow me to share with you some of my favourites.
0
kicks
Adding a search contract to the Windows 8 Calibre frontend
In this post I will show how simple it is to add a search contract to a Windows 8 Store app. This contract allows the user to search within your application from anywhere in Windows 8 using the search charm. We will use my Calibre frontend app to show this.
0
kicks
TouchDevelop: The Fast Path to Windows 8 and Phone Apps
Are you looking for a little extra cash for the upcoming holidays? Then you might be interested in creating some cool apps to sell in the Windows Store. Or maybe you’re simply curious and want to try your hand at developing for Windows 8 and Windows Phone. In either case, the newly released TouchDev...
0
kicks
Writing a Calibre frontend for Windows8/WinRT using ‘SQLite for WinRT’
While developing a Windows Store frontend application for the Calibre ebookmanager, I’m hitting several bumps along the road. In this post I’ll explain some of the bumps and how I’ve tried to tackle them.
Basically they can be summarized as follows:
How to access a Sqlite database in a WinRT a...