+ 1
How to get picture as output in the HTML in my Android?
please help
4 odpowiedzi
+ 6
I think you want to display the picture on Sololearn's Code Playground. Since it cannot access the images stored in Device Memory/SD Card, you can upload it to some image hosting site or Dropbox and use that link as -
<img src="link_here">
Check out this post on how to use Dropbox for the above purpose :
https://www.sololearn.com/discuss/1054246/?ref=app
Feel free to ask if you've any more doubt! ^^
+ 4
go to img.bb and upload ur image.
Then it will give you option to get the code for html. Just copy it and you will be done
+ 1
what is the meaning of img.bb😓
+ 1
Well, that's the interesting thing. The app can access the pictures on your device (if you give it permission), but only for certain features, which includes your profile picture and the personal feed, but not the Code Playground. I suspect that providing such a feature in the Code Playground directly has some distinct disadvantages for SoloLearn. (Insurance providers for tech professionals don't like to touch that kind of stuff with a ten foot pole.) Users' personal feeds are only accessible from within the app as far as I can tell, so people's pictures wouldn't be thrusted into the public domain en masse from that feature.
Just a guess.