Posts by Hitalo Filipe • 1 point
3 posts
-
0
votes2
answers31
viewsA: The use of Pushasync<Tviewmodel> in MVVM allows calling multiple pages. How to avoid this?
The event runs fast and using counters for this case is not enough. With use of Canexecute the system will block Command: Command command = new Command(x => { ActionAdicionar(); }, (x) => {…
-
0
votes1
answer41
viewsA: Ignore DLL already sent to Github
You need to reapply the setting set in . gitignore: git rm -r --cached . && git add . A commit removing and resetting all files will be created. After this step . gitignore’s settings will…
githubanswered Hitalo Filipe 1 -
0
votes1
answer58
viewsA: problems in debugging with Xamarin
Debugging is the English term. You did the correct procedure, which would enable developer mode and USB debugging. Could boot Visual Studio in administrator mode after rebooting the computer. Also…