Android File Downloader Module is reusable component to download file from the internet.It downloads file and stores in the sk card with the same name and extensions. Now no need to rewite the bulky code just use this to enable the file download in android app. In this demo app MainActivity.java demonstrate how to use this FileDownlader.java class. Before using this just add the below permission in your app manifest.
This is just a code drive to initiate it to the further level.Feel free to contribute in this.