18 Eylül 2014 Perşembe

What is New with WinJS 3.0? / WinJS 3.0 ile Gelen Yenilikler

Türkçe metin için, lütfen sayfanın aşağısına gidiniz.

A new version of Windows Javascript Library has been released recently - WinJS 3.0. The new release offers developers some new features one of which, I think the greatest one, is cross-platform/cross-browser support. That means we can use WinJS for our websites as well as for building HTML-based mobile apps across different platforms using technologies like Apache Cordova. You can get the detailed information from this page. In this post, I am going to show you how to include WinJS controls in a PhoneGap project that is built for Windows Phone 8.

16 Eylül 2014 Salı

Using Google Places API in Windows Phone Apps

This summer, I had an application idea on my mind in which I needed to use Google Places API. I searched the Internet many times, read lots of blog posts, but couldn't achieve retrieving and handling json data no matter what I tried. Finally, I found the solution thanks to Microsoft MVP Engin Polat. In this post, I am going to show it to you with a very simple sample.

14 Eylül 2014 Pazar

PhoneGap ile Windows Phone 8 Uygulamaları Oluşturmak

PhoneGap Nedir?



PhoneGap, web tabanlı mobil uygulamalar yazmanızı sağlayan bir framework'dür. PhoneGap ile uygulama yazacağınız platforma özgü dili (native language) kullanmadan HTML, CSS ve Javascript gibi web teknolojileri ile her platformda çalışan uygulamalar yazabilirsiniz. Ben bu yazımda PhoneGap framework'ünü kullanarak nasıl Windows Phone 8 uygulaması oluşturulduğundan bahsedeceğim.