majidgolshadi / Android-Download-Manager-Pro

Android/Java download manager library help you to download files in parallel mechanism in some chunks.
MIT License
1.62k stars 317 forks source link

How to add it to my project? #32

Closed elmondogri closed 8 years ago

elmondogri commented 8 years ago

Hello, I am kind of confused and also new to java, but usualy libraryz have some kind of tutorial like:

"download this jar and put it in the folder xxx" Or "Add dependencie xxxx to gradle"

But on this one I can t find anything and it s frustrating as I would like to use this library on my project.

Can someone please give me the steps to use it? Thank you

majidgolshadi commented 8 years ago

To add it as a library to your project with package manager read these steps http://android-arsenal.com/details/1/2131#package OR Use it as a part of your code (Copy/Past). ;)