PRDownloader Custom Block Sketchware Pro
- Version 0.6.0
- Download 59
- File Size 0.00 KB
- File Count 1
- Create Date 28/11/2020
- Last Updated 28/11/2020
PRDownloader Custom Block Sketchware Pro
PRDownloader - A file downloader library for Android with pause and resume support. This is page for download Custom Block PRDownloader for implementation in Sketchware Pro.
Source code : https://github.com/MindorksOpenSource/PRDownloader
Overview of PRDownloader library
- PRDownloader can be used to download any type of files like image, video, pdf, apk and etc.
- This file downloader library supports pause and resume while downloading a file.
- Supports large file download.
- This downloader library has a simple interface to make download request.
- We can check if the status of downloading with the given download Id.
- PRDownloader gives callbacks for everything like onProgress, onCancel, onStart, onError and etc while downloading a file.
- Supports proper request canceling.
- Many requests can be made in parallel.
- All types of customization are possible.
Using PRDownloader Library in your Android application
Add this in your build.gradle
implementation 'com.mindorks.android:prdownloader:0.6.0'
Do not forget to add internet permission in manifest if already not present
<uses-permission android:name="android.permission.INTERNET" />