Posts by João Paulo Sena • 116 points
2 posts
-
0
votes1
answer16
viewsA: How do I popular the user, and use their data to popular the View?
My tip for you is to use dependency injection, this will make the code testable and at the same time you can have relatively easy access to the objects you want often. The famous libraries for…
-
-1
votes1
answer498
viewsA: App does not share using Whatsapp appears: "Failed to share. Pro please try again."
In fact, the problem is that you try to share a remote image as a local stream. If I remember correctly, Whatsapp allows sending files via Base64 to the Internet or to a local file.