2 Şubat 2015 Pazartesi

Yeni Oyunum: Tic Tac Toe Plus+

Ve yeni uygulamam Tic Tac Toe Plus+ Windows Mağaza'da! Tic Tac Toe Plus+, kullanıcıların isterse başka oyunculara veya bilgisayara karşı Tic Tac Toe oynayabileceği bir uygulama. Başka oyuncularla karşılıklı oynayabilme özelliği sayesinde bir ilk :)

Fakat 2 uyarı da bulunmalıyım:

  1. Başka bir oyuncuya karşı oynayabilmeniz için internet bağlantınızın olması gerekiyor.
  2. Şu an oyun yeni olduğu için kullanıcı sayısı az. Dolayısıyla rakip bulamama olasılığınız da var.

Bu sürüm biraz test niteliğinde olacak. Karşılaştığınız sorunları varlik.hatice@outlook.com adresine gönderirseniz çok mutlu olurum. İnşallah bir sonraki sürüm çok daha başarılı olacak.

16 Ekim 2014 Perşembe

Syncfusion CircularGauge Control : How to Change The Value of a CircularPoint programmatically

If you are developing a Windows Phone 8 app, and couldn't succeed to change the value of a pointer in code behind, you came to the right place :)

You can decleare the Pointer's value by using the instance of gauge which contains the collection of pointers. The following code snippet will work for you:

[C#]

//myGauge is the name I gave to my gauge control
myGauge.MainScale.Pointers[0].Value = 100; 

At this point, you can run into an error which says "The parameter is incorrect" with no explanation. To fix this issue, make sure that the solution platform is "Any CPU".

If you try to specify the Pointer's value by directly accessing pointer instance like below, odds are you will end up with a nullreferenceexception:


[C#]
needlePtr.Value = 100;


One guy from Syncfusion support team wrote me in his email that the fix for this issue will be available in our upcoming Volume 3, 2014 release. As soon as an update is published, I will inform you via my blog.


You can get the sample project from this page.


Thank you...

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.

31 Ağustos 2014 Pazar

Microsoft Yaz Okulu 2014'ün Ardından

Her güzel şey gibi, Yaz Okulu'da hemen bitiverdi. Zaman nasıl bu kadar hızlı geçiyor, anlamış değilim. Öyle güzel bir ay geçirdim ki. Şu an nereden başlasam yazmaya hiç bilmiyorum. İlk günden bi' başlayayım bakalım.

17 Ağustos 2014 Pazar

Nokia Lumia SensorCore SDK



Microsoft, Build 2014 konferansında yeni bir SDK tanıttı: Nokia Lumia SensorCore SDK. SensorCore SDK, ivme ölçer ve jiroskop gibi çeşitli hareket sensörleri yardımıyla kullanıcıların fiziksel aktivitelerini ve hareketlerini algılayıp bunları uygulamanızda kullanmanızı sağlayan bir API koleksiyonu. SensorCore ile yaptığınız uygulamalar arkaplanda çalışırken bile hareketlerinizi takip ederek kayıt altına alır ve bunu bataryayı oldukça az tüketerek gerçekleştirir.