Questions tagged as 'windows-phone'

2
answers

Format a CPF string?

I have a problem, in an app the user types the CPF, but only the numbers because it is very complicated to create a mask in Windows Phone, and that CPF will be 'drawn' in an image of a card, and to be more pleasant I need to draw it with its nor...
asked by 18.07.2015 / 23:37
3
answers

"Gambiarra" in C # with XML, I would like suggestions for improvement

I have this code without the "gambiarra", which returns the list with the values repeated: var s = (from p in xmlDoc.Descendants("pais") let Nomepais = p.Element("nome-pais").Value let nome...
asked by 30.04.2014 / 15:24
1
answer

How do I allow another application to start mine?

I've done a bit of research, but I do not know how to do it to be in the list of applications that can open a certain type of file, for example, a photo. What I want is as if whatsapp (or any other application) places my app in the list of appli...
asked by 15.07.2015 / 13:32
1
answer

Monetize Unity 5 games on Windows Phone 8.X

How do I display ads in my game made in Unity 5 to the Windows Phone 8.X platform?     
asked by 17.01.2016 / 03:00
1
answer

Tools for mobile development

I'm looking for mobile development tools mobile . I started looking at a CodenameOne call, for example. However I would like some tips on which tool to choose. I have listed below some criteria I would like the tools to meet. I ask that if...
asked by 18.05.2014 / 23:59
1
answer

How to modify the default transition of pages in Windows Phone 8.1?

Hello, I'm having a hard time finding a solution to create customizable page transitions in Windows Phone 8.1 , because when I try to use the toolkit I read on this blog (
asked by 27.06.2014 / 20:47
2
answers

Windows Phone does not load .font in CSS

I'm doing an HTML5 responsive application using Bootstrap and SmartAdmin, etc. Works on all devices. Including Internet Explorer 8, 9, 10 and 11 but in Windows Phone 8 (with that last update that stays with IE 11) does not run the sources...
asked by 21.05.2014 / 14:44
1
answer

How to smooth the transition between pages on windows phone?

How do I improve the page from page transition in Windows Phone? Because whenever you change pages, it changes as if it were "out of the blue", it does not appear smooth, like a normal transition. Have specific effects for this? Is some...
asked by 30.04.2014 / 22:07
1
answer

How to send variables to another page in Windows Phone 8?

I tried to follow this method , but an error occurs in MainPage, saying NavigationService does not exist in the current context. In BlankPage, the same error occurs in NavigationContext . How can I fix this? Do I need to imp...
asked by 17.08.2015 / 00:25
1
answer

How to send mail with HTML formatting in Windows Phone C #

Hello, in Visual Studio 2012 has the EmailComposeTask Object, but it does not have HTML formatting, I would like to know how best to send emails via Windows Phone with HTML Formatting.     
asked by 19.02.2015 / 20:50