Posts by Vagner C. S. • 21 points
4 posts
-
2
votes0
answers335
viewsQ: Connection error with sqlserver when editing Connection Timeout in connectionString
I have a Webapi where I need to search the amount of records of a given table in sqlexpress on the production server, local I have no problems at all. I’m using ADO pure and with ExecuteScalar,…
-
0
votes1
answer57
viewsA: Listview click by constructor call but not by button
I believe that the problem reported was not something that I did wrong, but it should be a bug in Xamarin’s Listview component, which between us, is full of flaws regarding the use of its features…
-
0
votes1
answer57
viewsQ: Listview click by constructor call but not by button
I have a listview in my app and created in my Viewmodel a method Carregarlistview(); When I call it by the constructor of my Viewmodel, an Observablecollection list is loaded and Binding is given in…
-
-1
votes1
answer379
viewsQ: I cannot decrease the size of the APK file
I need to generate my app’s APK in Xamarin fForms, but when I mark the "SDK Assenblies" binding option to decrease the APK, I take the "Unexpected Linkassemblies Task Failure" error. By unchecking…