I am using solearn by mobile but I am not able to insert any images using mobile. Please help me anyone. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I am using solearn by mobile but I am not able to insert any images using mobile. Please help me anyone.

6th Jul 2020, 10:11 AM
Prabha Panthi
Prabha Panthi - avatar
3 Answers
+ 6
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app https://www.sololearn.com/discuss/1054246/?ref=app https://code.sololearn.com/WW6t4B73kJVz/?ref=app Try to search before asking // Visit the site www.imgbb.com and start uploading pictures and then copy the link using HTML viewer. :)
6th Jul 2020, 10:14 AM
Nilesh
+ 3
Prabha Panthi You can insert a local image by providing the entire file path like : To access a img in Images folder in your internal storage, file:///sdcard/Images/img.jpg You can get the file path by navigating to the file in Chrome browser by entering file:///sdcard in the search bar **Important** But use it only for testing purposes while you are coding. In the final code please use an online image so that everyone else can access the image(or file). Check out the suggestions given by Nilesh
6th Jul 2020, 10:38 AM
Hanuma Ukkadapu
Hanuma Ukkadapu - avatar
+ 3
Thank you
6th Jul 2020, 10:38 AM
Prabha Panthi
Prabha Panthi - avatar