Most voted "windows-phone-8-1" questions
Windows Phone 8.1 is the fourth version of the Microsoft operating system for mobiles, the same brought a number of features not possible in the previous versions (7, Mango and 8), which enabled the powerful entry of the platform in the mobile market.
Learn more…57 questions
Sort by count of
-
0
votes1
answer102
viewsUpdate image whenever a new one is chosen?
I’m using the following code: private void foto_Completed(object sender, PhotoResult e) { if (e.TaskResult == TaskResult.OK) { // se teve sucesso na escolha de uma imagem da galeria BitmapImage…
-
0
votes1
answer157
viewsA 'tremida' effect with while?
I’m using the following code inside a Timer: void dt_Tick(object sender, EventArgs e) { double x, y; int cont = 0; x = tt.X; y = tt.Y; while(cont < 5) { tt.X += cont; tt.Y += cont; cont++; }…
-
0
votes1
answer68
viewsHow to download a simple text file?
As I bass and catch the String contained in an online file on Windows Phone 8.1 SDK?
-
0
votes1
answer160
viewsWindows phone 8.1 deploy error: DEP0001 : Unexpected Error: -1988945906
When deploying or debugging the project this error appears DEP0001 : Unexpected Error: -1988945906. It compiles everything right, however, when it goes to install on the phone appears the error. The…
-
0
votes1
answer119
viewsHow to pick up values from a listview on another.xaml page
I have this class that fills the values in listview. public Lista() { this.InitializeComponent(); carregaLista(); } protected override void OnNavigatedTo(NavigationEventArgs e) { } public async void…
-
0
votes1
answer227
viewsLoad external JS in Cordova + Windows 8.1 app
Currently I have developed an html app with Angular where I need to make a transparent checkout in Pagseguro. To this end they ask for the inclusion of an external JS: <script…
-
-2
votes1
answer85
viewsHas anyone ever used Admob on Windows Phone 8.1 Silverlight and it worked?
I have an app completed and I would like to publish, but I’m afraid of having to redo the project on Windows Phone 8.0 Silverlight. I am currently having trouble in admob where the emulator works…