Archivi tag: phone 7

Phone 7: how to listen to an audiobook and let the phone resume at the point last time you stop it

When you play an audiobook normally on an MP3 Player or on the PC, it remembers your position, so when you go to listen to it again you don’t have to find your place. It doesn’t do this with Zune and it just … Continua a leggere

Pubblicato in Smartphone OS | Contrassegnato , , , | 1 commento

Tantissimi audiolibri gratuiti su Windows Phone!!!!

Tantissimi audiolibri in italiano sono scaricabili gratuitamente dal marketplace di Windows Phone ed ascoltabili anche in modalità background. Ne ho sentiti alcuni e mi sono sembrati di ottima qualità, sia come dizione sia come musiche e rumori di sottofondo! Per … Continua a leggere

Pubblicato in Review e test, Smartphone OS | Contrassegnato , , , , , | 2 commenti

Do you have to publish your application in Microsoft MarketPlace to distribute it, also if it is a business app only for your company?

Last night I had a chat with a friend (… and programmer!) who asked me that question. Perhaps the answer is not no well known, at least here in Italy, so I’ll try to give some information as far as … Continua a leggere

Pubblicato in Smartphone OS | Contrassegnato , | 1 commento

How to handle the tombstoning and serialize relevant DataSources of application pages

During the running state of your application, when you use a chooser / launcher or you show the running tasks (holding the back hw button) or you press the start hw button and possibly launch an other application, your application goes … Continua a leggere

Pubblicato in Smartphone OS | Contrassegnato , | Lascia un commento

How to pass Data between Pages in Windows Phone 7

There are several methods that you can use to pass Data between pages. 1) The one I prefer is to store the values entered on PageTwo in a object Model that is also accessible to PageOne, possibly part of the … Continua a leggere

Pubblicato in Smartphone OS | Contrassegnato | 4 commenti

How to handle configuration values of an application, allowing the user to possibly change these default values

How can be handled configuration values of an application, allowing the user to possibly change the default values here defined? Suppose you have defined in the App.config file some parameters assigning a predefined default value for each: Then you can … Continua a leggere

Pubblicato in Smartphone OS | Contrassegnato , | Lascia un commento

How to handle binding in CheckBox and RadioButton

How to handle binding in CheckBox? There are several ways to do that binding but the best way I found is the following where the Click event is handled setting a specific ClickMode: and in the code behind: Note that … Continua a leggere

Pubblicato in Smartphone OS | Contrassegnato , , , | Lascia un commento

Reading HttpStatusCode in a HttpWebResponse

I had problem when the response from a Tomcat server to a HttpWebRequest has a statusCode different from 204 (HttpStatusCode.NoContent), for example in case of “HTTP Status 401 – Bad credentials” or “HTTP Status 403 – Forbidden”. In fact, in … Continua a leggere

Pubblicato in Smartphone OS | Contrassegnato , | Lascia un commento