beckkey

Results 3 comments of beckkey

> You can use something like below: > new AsyncTask() { > @override > protected Void doInBackground(Void... voids) { > try { > InputStream input = new URL("url here").openStream(); >...

> @beckkey can you show me how it worked for plz I do something like this: ``` @BindView(R.id.receipt_view) PDFView receiptView; private void getPdf() { new AsyncTask() { @SuppressLint("WrongThread") @Override protected...

> Is there any way to save on device the pdf after it is loaded in pdfview as stream? Or it needs to download the pdf before and then load...