Posts by MagnusMaker • 46 points
2 posts
-
2
votes1
answer1656
viewsA: Youtube on Webview for Android app
Good night Luiz! Instead of using webview to view videos, use a Videoview. Use the webview only to view pages. Then add a Videoview and follow the example code below: VideoView video = (VideoView)…
-
1
votes1
answer2141
viewsA: Access photo library by android app
Luiz, good night to you! I was able to upload the images from my library, but it only worked for the images of what’s up (perhaps because of the size of the images. Anyway it follows the code: First…
androidanswered MagnusMaker 46