Questions tagged as 'windows-phone-8-1'

1
answer

How to get values from a listview on another page.xaml

   I have this class that fills the values in the listview. public Lista() { this.InitializeComponent(); carregaLista(); } protected override void OnNavigatedTo(NavigationEventArgs e) { } public async void carregaLista() { va...
asked by 01.11.2015 / 23:28
1
answer

Refresh 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 imagem = new BitmapImage(); // cr...
asked by 25.08.2015 / 15:41
1
answer

Duplicate files in AppManifest.xml.

I'm trying to upload an update from my app, and this is the error 2001: There are duplicate files in AppManifest.xml. How to solve it? Thank you very much.     
asked by 13.07.2015 / 06:38
1
answer

Code Update in Windows Phone 8.1

I'm making a transition from silverlight to runtime, my application requires a connection to the webservice, and in that case the error is occurring, some things I managed to change, for example: WebClient by HttpClient.     
asked by 24.06.2015 / 17:36
1
answer

Justify Text in Windows Phone

I have an application that the text is displayed in a textBlock and I want to make this text justified, already tried to put the alignment of the text as justified, but it was not, it says that the method is not supported. I've been answered b...
asked by 15.05.2015 / 04:51
0
answers

ScrollViewer Adaptable

I wanted to know how I can adapt the ScrollViewer tag to the windows phone edges, for all screen sizes. When I use it it only gets fixed size, when it uses another screen size it does not adapt to it.     
asked by 21.02.2015 / 00:56
1
answer

Has anyone ever used AdMob on Windows Phone 8.1 Silverlight and worked?

I have an application completed and I would like to publish, but I'm afraid of having to redo the project in Windows Phone 8.0 Silverlight. I am currently having problem in admob where the emulator works and the device gives the message "nofill"...
asked by 10.03.2015 / 16:35