Load PDF in Android using WebView -

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

ความคิดเห็น • 79

  • @WNFDraco
    @WNFDraco ปีที่แล้ว +1

    Thank you sir very simple lesson and you teach it very well🎉

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      You are welcome

  • @tobyt2336
    @tobyt2336 3 ปีที่แล้ว +1

    I'm learning Android apps recently,your video taught me a lot,thank you very much

    • @CodesEasy
      @CodesEasy  3 ปีที่แล้ว

      Glad to hear that

  • @darlokey3160
    @darlokey3160 2 ปีที่แล้ว +1

    This is the simplest tutorial on loading pdf on android. I was having challenges on using 'fromAsset' method. it was showing error everytime i create a project. Please make a video on How to make PDF Book App inside Android studio without going online like this one. THANKS

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      Happy that the video helped you

  • @sabirfitvlogs1408
    @sabirfitvlogs1408 2 ปีที่แล้ว +1

    Thank it was very helpful. Well taught.

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      Happy that you liked it

  • @Sravan-kz3uj
    @Sravan-kz3uj หลายเดือนก่อน +1

    Sir how can i use this in recyler view please reply me 🙏

    • @CodesEasy
      @CodesEasy  หลายเดือนก่อน

      There is a video for recycler view in the channel

    • @Sravan-kz3uj
      @Sravan-kz3uj หลายเดือนก่อน

      @@CodesEasy okk sir thank you 😊

  • @wilca666
    @wilca666 ปีที่แล้ว +1

    thanks👍

  • @yesman3442
    @yesman3442 8 หลายเดือนก่อน

    Sir can we have the one that view pdf file save in assets folder?

  • @TheDufferr
    @TheDufferr 2 ปีที่แล้ว +1

    I am new to android programming, sir please make a video how to fetch pdf from our internal storage. I read other comments you were stating that "change the file location accordingly" but i don't know to implement it. Sir, so could you make a video on it please.

  • @engt.m4707
    @engt.m4707 2 ปีที่แล้ว +4

    this will only works if file is less than 10 MB

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      This method uses google document viewer it could handle any size, and it's the only way you can do it using a WebView. You can also use libraries if you would like to.

  • @jovitahernandez4228
    @jovitahernandez4228 3 ปีที่แล้ว +1

    Increíble video, me ha servido bastante. muchas gracias. una pregunta como podría añadir la función de poder descargarlo

  • @CodesEasy
    @CodesEasy  3 ปีที่แล้ว +2

    ​Feel free to ask any doubts if any

    • @CodesEasy
      @CodesEasy  3 ปีที่แล้ว

      Find something useful github.com/vishnusivadasvs

  • @Mt-xj3gr
    @Mt-xj3gr 3 ปีที่แล้ว +1

    can we use a "google drive " url in this program?

    • @CodesEasy
      @CodesEasy  3 ปีที่แล้ว +1

      yes, give the final download url

    • @Mt-xj3gr
      @Mt-xj3gr 3 ปีที่แล้ว

      thanks a lott

    • @ombaval8775
      @ombaval8775 3 ปีที่แล้ว

      Can user download the pdf if s/he wants? If yes how to disable the downloading

  • @virajbenade5572
    @virajbenade5572 ปีที่แล้ว +1

    its take to much time load but i am opening a pptx file not pdf any solution for it and sometimes webview becomes white

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      You could use other libraries too

    • @kristopherortiz1049
      @kristopherortiz1049 8 หลายเดือนก่อน

      what libraries would you recommend?@@CodesEasy thank you!

  • @IT_master_ir
    @IT_master_ir 2 ปีที่แล้ว +1

    bravo

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      Happy that you liked the video

  • @danielmckarpqwer848
    @danielmckarpqwer848 3 ปีที่แล้ว +1

    I have a PDF file uploaded into Firebase Firestore...how to show it?

    • @CodesEasy
      @CodesEasy  3 ปีที่แล้ว

      You won't be able to load a firebase file url like this. Recommended you to upload it on a server. I recommend Digital Ocean. refer.codeseasy.com/digitalocean

  • @rajashahzaib5481
    @rajashahzaib5481 ปีที่แล้ว +1

    I have converted my wordpress website to android app but the pdf file in it is not opening. can you help me?

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      You have to handle pdf loading separately

    • @rajashahzaib5481
      @rajashahzaib5481 ปีที่แล้ว

      @@CodesEasy how please tell me

    • @rajashahzaib5481
      @rajashahzaib5481 ปีที่แล้ว

      @@CodesEasy thanks i done it

  • @nishisweetie
    @nishisweetie 2 ปีที่แล้ว +1

    How to read pdf file from asset folder and showing in webview?

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      You can simply change the url to android assets folder url

    • @nishisweetie
      @nishisweetie 2 ปีที่แล้ว

      Asset folder url means file:///android_assets/rt.pdf

    • @nishisweetie
      @nishisweetie 2 ปีที่แล้ว

      I used this one but it is not loading pdf

  • @amitabhsarkar8967
    @amitabhsarkar8967 3 ปีที่แล้ว +1

    sir i try to open pdf not directly .. pdf link in my website that i run through webview ... now when click on that link then pdf open only ... please help

    • @CodesEasy
      @CodesEasy  3 ปีที่แล้ว

      You can set it on WebViewClient

  • @realwajidansari
    @realwajidansari 10 หลายเดือนก่อน +1

    sir after typing intent. put extra in not showing

    • @CodesEasy
      @CodesEasy  10 หลายเดือนก่อน

      intent.putExtra()
      Watch the video and try

  • @sombras_extranhas
    @sombras_extranhas 3 ปีที่แล้ว +1

    What about a local pdf file saved on cellphone storage?

    • @CodesEasy
      @CodesEasy  3 ปีที่แล้ว

      You need to set the file location accordingly

  • @hpmusicbytes
    @hpmusicbytes 2 ปีที่แล้ว +2

    This solution is risky and wont work when google changes its docs base url.

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      This is one of the ways for loading pdf. Its easy too.

  • @kalyaniausekar3164
    @kalyaniausekar3164 2 ปีที่แล้ว +1

    I am facing blank/white screen on webview after opening pdf. Any solution for that how can I resolve this

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      Make sure you have added permission for internet

    • @kalyaniausekar3164
      @kalyaniausekar3164 2 ปีที่แล้ว

      @@CodesEasy oohh. Yes sir obviously I added internet permission

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      log the complete url and then open it on any browser and check if its working.

    • @kalyaniausekar3164
      @kalyaniausekar3164 2 ปีที่แล้ว

      @@CodesEasy url is working sir sometimes showing pdf sometimes getting white screen

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      Yes so there is something wrong with the pdf url. Try upload the pdf file somewhere else. Make sure it ends with .pdf

  • @chiadesiere9834
    @chiadesiere9834 ปีที่แล้ว +1

    How did you get the url

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      The url is given in the video, so you can use it. We did our research and found all these for you.

    • @chiadesiere9834
      @chiadesiere9834 ปีที่แล้ว +1

      @@CodesEasy How can I get the url of my own pdf ….
      I want to use but my own pdf ..
      Please reply…

    • @CodesEasy
      @CodesEasy  ปีที่แล้ว

      Upload the .pdf file in a server. You can purchase one from any providers.

    • @chiadesiere9834
      @chiadesiere9834 ปีที่แล้ว

      @@CodesEasy please for some examples.. I have google but I can’t find any …please help me out

  • @prathameshbadgujar9789
    @prathameshbadgujar9789 3 ปีที่แล้ว +1

    What if I want to display a pdf from internal storage

    • @CodesEasy
      @CodesEasy  3 ปีที่แล้ว

      You can do that too. Just change the file location. Also you will need to add permission for accessing storage.

  • @AbuBakkar-sm9ny
    @AbuBakkar-sm9ny 3 ปีที่แล้ว +1

    How to open the pdf files from a website after making a webview of that website

    • @CodesEasy
      @CodesEasy  3 ปีที่แล้ว

      inside shouldoverrideurlloading check
      if(webView.getUrl().contains(".pdf")){
      //load the google docs pdf viewer url + actual pdf url
      }

  • @Mt-xj3gr
    @Mt-xj3gr 3 ปีที่แล้ว +1

    How to Remove arrow key in the to right corner in pdf

    • @CodesEasy
      @CodesEasy  3 ปีที่แล้ว

      Sorry I didn't understand. Join our whatsapp group for more clarification.

    • @Mt-xj3gr
      @Mt-xj3gr 3 ปีที่แล้ว

      @@CodesEasy jab pdf open hoti hai to top right corner me eak arrow key show hoti ( usme click kro to sign in ka option show hota hai) usko disable kse karein

  • @vegtononveg2719
    @vegtononveg2719 2 ปีที่แล้ว +1

    How to share the pdf file

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      You can create a button, Onclick share the url or you can download the file and share the file itself.

    • @vegtononveg2719
      @vegtononveg2719 2 ปีที่แล้ว

      @@CodesEasy do you have code to share the file sir

  • @j_u_n_e_d_bagban
    @j_u_n_e_d_bagban 2 ปีที่แล้ว +1

    Bhai i am getting error 404 not found

    • @CodesEasy
      @CodesEasy  2 ปีที่แล้ว

      404 error is because there is nothing in that url. Make sure the url is functional

    • @j_u_n_e_d_bagban
      @j_u_n_e_d_bagban 2 ปีที่แล้ว

      @@CodesEasy yes i have used google drive url with sharing option
      Then also same problem please help 🙏