[android-developers] Re: Urgent help required
On Nov 11, 3:23 pm, Sunil Mishra <suniljmis...@gmail.com> wrote:
> @skink and @Dainel
>
> According to me URL translation is like follows
>
> 1. Read the html file before sending
> 2. Grab the relative url
> 3. Convert it to absolute url
> 4. Write the html file with the converted absolute url
>
> Please correct me if i am going wrong. Or provide me a link which
> explains about URL translation.
>
> On Nov 11, 6:51 pm, skink <psk...@gmail.com> wrote:
>
>
>
> > On Nov 11, 2:43 pm, Sunil Mishra <suniljmis...@gmail.com> wrote:
>
> > > As a workaround i tried storing the image in app_images folder in
> > > sdcard and trying to provide the url of that path. But still the
> > > issues exists. Is there any other work around possible??
>
> > > And do you have any clue
>
> > > On Nov 11, 5:18 pm, Daniel Drozdzewski <daniel.drozdzew...@gmail.com>
> > > wrote:
>
> > Daniel already gave you an answer:
>
> > To achieve this, your server has to do
> > translation from URL
> > 'images/ topWrapper-bg.jpg ' to a file
> > path within your storage
> > '/yourstorage/ yourwebserver/
> > wwwroot/webisteA/ images/
> > topWrapper-bg. jpg'.
>
> > pskink
yes, you are wrong
All you have to do is to grab request url in your server and return
proper content to the client
pskink
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home