Make your app listening to the user’s voice
In one of my recent projects, I added speech recognition to start the app as well as for using the app. This blog post gives you a short overview on what’s possible and how to do it. How to start ...
In one of my recent projects, I added speech recognition to start the app as well as for using the app. This blog post gives you a short overview on what’s possible and how to do it. How to start ...
In one of my current projects, I needed to change the Background of the Popup on a Telerik RadListPicker control. While it took me some time, I want to share how to achieve that to make it easier f...
As I am currently working again on my NFC app, I needed to save an ObservableCollection to a tag. My first attempts resulted in a heavily overlong string that I wasn’t able to save. Anyways, after...
As I wrote already in my former article ‘Getting productive with WAMS- about the mpns object (push data to the user’s Windows Phone)’, I needed to add some more detailed error handling to the mpns ...
Like I promised in my first post about Windows Azure Mobile Services, I will show you how to call the Twitter Rest API 1.1 from a scheduled script. The documentation of the http request object does...
I know this is a little provocative title – that is my intention. And of course I will tell you why. I am participating in several betas for Windows Phone apps. I know some of the developers from ...
When it comes to Mobile Services, there are a lot of things you can do with the user’s data. One of them is to update the Live Tiles of their apps as well as send them Toast Notifications. To under...
I truly love Windows Azure Mobile Services, as it provides an easy way to connect Windows Phone apps to the cloud and also manages Live Tiles and Toast Notifications via Push. This way, we don’t ha...
In my second post about WAMS I will show you how to respect the time zone of every user. If you have users that are from all over the world, they have all different time zones. Your Mobile Service...
Like I promised, I will share some of the Azure goodness I learned during creating my last app. This post is all about how to update a specific table entry (like a user’s data) in a Azure SQL tabl...