ThinDownloadManager Demo Apk

ThinDownloadManager Demo Apk

Latest version 1.0
24 Aug 2014

Older Versions

Apk Infos

Version1.0
Rating4.3/5, based on 14 votes
Size‎798.4 KB
Requires AndroidAndroid 2.3+ (Gingerbread)
Author's NotesAn android library to avoid using DOWNLOAD_WITHOUT_NOTIFICATION permission

About ThinDownloadManager Demo APK

ThinDownloadManager Demo APK Download for Android
ThinDownloadManager Demo APK Download for Android

Description

There are few reasons why you might want to use this library.

* There are situations where you wanted to download a file into application's sandboxed cache or files directory where no one else can access to. DownloadManager provided by android does not have facility to download directly to application's cache or files directory (/data/data//cache/ or /data/data//files/). It can only accept destination in external SDcard as download destination. And if you are not using application's external file directory as destination i.e (setDestinationInExternalFilesDir()) you have to have *android.permission.WRITE_EXTERNAL_STORAGE*

Most of the times we download using Android's DownloadManager to external files directory and upon successful completion move the downloaded file to the sandboxed application's cache/file directory to avoid writing a own download manager which is a bit tedious. This library is handy in such situations.

* No additional permissions required. Any download initiated by your application using android DownloadManager would throw a progress notification on status bar letting user know that you are downloading a file. So you end up using setVisibleInDownloadsUi(false) & having this permission android.permission.DOWNLOAD_WITHOUT_NOTIFICATION. When users install your app, they would be shown this permission and it makes them scary not to install your app because you are downloading some files without user's notification. Why give a chance of user not installing your app for this permission. You definetly need this library in this case.

* Volley - Google recommended Networking library for android doesn't have options to download a file.

More details can be obtained from here
https://github.com/smanikandan14/ThinDownloadManager

How to install ThinDownloadManager Demo APK on Android phone or tablet?

Download ThinDownloadManager Demo APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (com.mani.thindownloadmanager.app-v1.0-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.0 (1)798.4 KB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

5 ★Thanks for making this library, Is it possible to show download notification in the status to indicate download in progress.
2 ★Download is not working anymore. getting 404 error
5 ★thank you