Md Tarikul Islam

Results 2 comments of Md Tarikul Islam

You can simply fix the issue following this task. ``` PRDownloader.download(pdfUrl, dirPath, fileName) .setTag(fileName) .build() ``` Declare the **PRDownloader** into the ViewHolder in Recycler view. **setTag()** is very important to...

You can simply fix the issue following this task. ``` PRDownloader.download(pdfUrl, dirPath, fileName) .setTag(fileName) .build() ``` Declare the **PRDownloader** into the ViewHolder in Recycler view. **setTag()** is very important to...