Posts by user3671786 • 55 points
2 posts
-
0
votes1
answer155
viewsQ: Is it possible to import an XML file with an interest in replacing XAML?
Good morning ladies and gentlemen, It would be possible to work with XML file (layout) made in Android Studio to use in visual studio in the case of android development with Xamarin. I would like to…
-
5
votes1
answer302
viewsQ: What happens in real life in a developer environment if the programmer does not encapsulate an attribute?
The programmer João went there and created a class Cliente and the attribute public double saldo and the method Sacar() public also. What’s wrong with leaving the attribute double saldo, after all…