Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Mobile

    Controlling current culture in your XAML Windows Store apps

    When building an application for Windows 8 we find the same known feature for Globalization through the CultureInfo.CurrentCulture and CultureInfo.CurrentUICulture properties, used in many cases where it comes to using culture-specific strings, formatting dates, numbers, etc. And while developing, you might be surprised that, in the common scenario, the current culture does not derive from the OS culture for the current machine. Then, how the current culture is resolved? It turns out that there is a way to get the correct OS UI culture. To understand the process I will start from a blank app and modify it for our needs. Package.appxmanifest default language When...
    September 26, 2012
  • Mobile

    Location Awareness in about 2 minutes with Windows 8–HTML

    Introduction I was working on a mapping application for Windows 8 – HTML using the Bing SDK and needed to pass the latitude and longitude into it. I began searching for a straightforward way to get the location and had to read through pages of documentation before finally finding it. Here it is in case you want to use it in your own apps. Default.html Just replace the <body> tag as shown below: 1: <body> 2: Latitude: <div id="latitude"></div><br /> 3: Longitude: <div id="longitude"></div><br /> 4: Accuracy:...
    September 25, 2012
  • Mobile

    Creating A Live Tile In Windows 8

    Continuing my series of Blog posts that distill the presentations I’m giving this month in Europe and the UK, today I’ll take a look at creating a Live Tile.  Live tiles tell the user that something interesting is happening in your application, or that you have new information for them.  Live tiles are an essential and exciting part of Windows 8 and creating a Live tile is not very difficult. In fact, creating a simple Life tile is, well, simple. To start, create a new blank application and name it LiveTile.  The very first thing to do is to add the NotificationsExtensions project...
    September 24, 2012
  • Mobile

    Windows 8–Search Suggestions

    I recently started a series of postings from my tour of presentations in Europe and the UK.  Today I’d like to return to Searching (which I started to cover here), and this time take a look at what it takes to have your application offer Search suggestions as the user types into the Search box.  To examine this, we’ll create a Windows 8 application with the suggestions hard coded, but you can just as easily obtain the suggestions from a web service, or database, etc.Once again what I’m going to do is strip down one of the Microsoft SDK examples and then...
    September 22, 2012