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...
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...
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.
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.
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...
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.
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"...