Re: [android-developers] Re: Download file in webview from url
Thanks bob
I also need to show other attachments in the web view, as the same app are perfectly displaying on ipad :(
Tx
RK
On Fri, May 10, 2013 at 8:31 PM, bob <bob@coolfone.comze.com> wrote:
I think the only one of those you can definitely load in a WebView is an image.That would be done like so:@Overrideprotected void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);WebView wv = new WebView(this);setContentView(wv);wv.loadUrl("https://www.google.com/images/srpr/logo4w.png");}Also, be sure you have this permission:android.permission.INTERNETThanks.--
On Friday, May 10, 2013 4:15:01 AM UTC-5, rahul kaushik wrote:Hi,How to download file(image or pdf or docs..) in webview from urlThanksRK
--
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
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
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
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home