Posts by Henrique Albuquerque • 23 points
3 posts
- 
		0 votes2 answers69 viewsQ: How to use SQLITE RunintransactionasyncI need to insert a large amount of lines (exactly 221) when I start my WP application. Actually I’m using arrays and loop repetition for, so I’m losing performance when starting the app. I did some… 
- 
		0 votes1 answer119 viewsQ: How to pick up values from a listview on another.xaml pageI have this class that fills the values in listview. public Lista() { this.InitializeComponent(); carregaLista(); } protected override void OnNavigatedTo(NavigationEventArgs e) { } public async void… 
- 
		2 votes1 answer381 viewsQ: How to deserialize JSON with C#I have this JSON [{ "new_as_cod": "0010955", "as_nome": "NAME", "as_cpf": "1212121212", "as_email": "[email protected]", "as_cep": "88.025-200", "igr_nome": "1\u00aa IGREJA BATISTA - FLORIANOPOLIS",…