Most voted "windows-phone" questions
Windows Phone is a mobile operating system developed by Microsoft, successor to the Windows Mobile platform.
Learn more…110 questions
Sort by count of
-
0
votes1
answer70
viewsRecovering the application status when selecting an item in Gridview
Hello, I’m creating a universal application for Windows 10 in C#. On the home screen is a Gridview loading dozens of items. I would like to know how I should save the selected item without needing…
-
0
votes1
answer700
viewsUse Ionic 2 for Windows Phone/Windows Universal apps?
It is a recent doubt that I have, I intend to start development with the Ionic, but as my main platform is the Windows Phone, I want to know if the framework gives compilation support for the…
-
0
votes1
answer90
viewsData Franchise No Consumption App
Hello. I am searching to see how some applications work that allow its use without consuming data from the internet franchise. iFood, for example, has this feature, among others like Magazine Luiza,…
-
0
votes1
answer56
viewsLoad Javascript from a URL through the Address bar or Bookmarklet
I have some Userscripts and would like to run on my Windows Phone, but there is no app for WP like Greasemonkey or Tampermonkey. Then I came up with a crazy idea but I believe it will work: Create a…
-
0
votes1
answer35
viewsNavigation in Android Mobile Apps
Fala galera. I have an app posted on Windows Phone where I navigate between pages without having to worry about the history, that is, if the user presses the Windows Phone Back button, it…
-
0
votes2
answers1376
viewsHow to make a Login and Password system secure for Mobile Apps?
I created a security system in php with mysql for my website, but through the browser on desktop computers, the session is stored in cookies, and it is easy to know which user is logged in and what…
-
-1
votes2
answers119
viewsQuestions about NDK
I am studying Android programming in Java, and what worries me is that I will only be able to get a portion of the job market, because there are IOS and Windows Phone phones and that does not use…
-
-1
votes1
answer79
viewsFilter Longlistselector [CATEGORIES]
Hello, I have a webservice that returns me a list of "categories" with their sub-categories . I need help to "filter this", for example: Category 1 has sub-category 1 and 2; Category 2 has…
-
-1
votes1
answer76
viewsHelp to know what is wrong
//Função para permitir somente números e ponto private void ApenasValorNumerico(object sender, KeyEventArgs e) { TextBox txt = (TextBox)sender; if (e.Key != Key.Back) { if (Convert.ToChar(e.Key) ==…
-
-2
votes1
answer436
viewsHow to get the value of an Odata JSON object and convert to string?
After accessing the WCF, I get the following answer: { "odata.metadata": "http://luiz-note64/WcfOper/WcfOperDataService.svc/$metadata#Operacoes&$select=IdOperacao", "value": [ { "IdOperacao":…