Discussion Forums  >  Uncategorized

Replies: 6    Views: 496

Foxelina
I hate code!
Profile
Posts: 38
Reg: Jan 01, 2011
Sweden
3,830
01/05/11 05:18 AM (15 years ago)

Can single images be downloaded/saved. How do i add images in html?

I´m testing my android apps on the eclipse emulator. 1. I have added sigle image and I wonder if I can tap and save that image in a real phone!? In the emulator it is not possible, nothing happens when i click/tap the image. 2.I used your html exaple, inserted images in body just like in normal html. But when I test it on the emulator no images are shown! It`s just a grey outline of the image showing its size. How and where in the code can I add images in html? Hope to hear from you! :)
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
01/05/11 11:00 AM (15 years ago)
Are you using a Custom_URL screen or a Custom_HTML screen - big difference. If you're testing on the emulator that device will need to know where the images are and they are, stored online. inserted images in body could mean lots and lots of different things. Were are the images?
 
Foxelina
I hate code!
Profile
Posts: 38
Reg: Jan 01, 2011
Sweden
3,830
like
01/05/11 01:51 PM (15 years ago)
I use the custum html where I sample your HTML document formatted for mobile devices. Copy and paste this HTML.... And then inserted images in body. Maby i need a server and a folder to put them in like for a webpage... Sorry, did not think about that. Now the are on my computer. Ah I´m new at this. :) Am I right that it will it work if I do that? Still i wonder if what you call single image can be saved by the app user?
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
01/05/11 02:18 PM (15 years ago)
Yeah, you're on the right track. Don't worry about being inexperienced, everyone is at something at some-point. Park the images on a server, paste your HTML. Some devices may allow the image to be saved, some may not. depends on lots of thins. iPhone should but I havn't tried? It's a web-view that loads the HTML based on the Safari Engine and Safari allows tap-to-save, see if it works? Not sure about Android
 
Foxelina
I hate code!
Profile
Posts: 38
Reg: Jan 01, 2011
Sweden
3,830
like
01/05/11 02:52 PM (15 years ago)
Ok. Thank you :)
 
Annonymous
Profile
01/05/11 05:09 PM (15 years ago)
Now the Html is clear. Still one thing is unclear... In another app with no html, in the drop down menu add singe image I have added an image and it is that image I wonder if it is possible to download. Examle of single image also on your features page...
 
Scottie
buzztouch Evangelist
Profile
Posts: 16
Reg: Oct 14, 2011
Coquitlam
1,510
like
01/24/12 04:29 PM (14 years ago)
I want to put an image on an HTML page. I want to store the image in the BT_images folder. What is the path? <img src=BT_Images/mailing.jpg> doesn't seem to work.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.