Hi all.
Is it possible to open a PDF without Intent?
I know how to open a pdf file with intent - it works fine. But I have no control over it. What if the user diesn't have any apps installed to read pdf files? Next - how to get back from the intent to the app? Click Back button is not alwaus the option. For example - Microsoft PDF reader. We open a file with this app, then clicked Back and now we can see a list of other files. It might confuse a user if he is not tech savvy. I can't tell him what PDF reader to install.
My goal is to open a pdf so the user can see what inside (just to make sure that he opened a correct file). For example he has a pdf with his driver license and some other pdf files. And I need his driver license to be sent to the server and stored in his profile.
My idea:
1. user selects pdf
2. user sees that this is correct pdf
3. user clicks on the button Conformed and Send on the same screen
Thank you.
Is it possible to open a PDF without Intent?
I know how to open a pdf file with intent - it works fine. But I have no control over it. What if the user diesn't have any apps installed to read pdf files? Next - how to get back from the intent to the app? Click Back button is not alwaus the option. For example - Microsoft PDF reader. We open a file with this app, then clicked Back and now we can see a list of other files. It might confuse a user if he is not tech savvy. I can't tell him what PDF reader to install.
My goal is to open a pdf so the user can see what inside (just to make sure that he opened a correct file). For example he has a pdf with his driver license and some other pdf files. And I need his driver license to be sent to the server and stored in his profile.
My idea:
1. user selects pdf
2. user sees that this is correct pdf
3. user clicks on the button Conformed and Send on the same screen
Thank you.