Reputation: 1866
I am new to android I thought of using this Opensource library but I don't know how to download it and include it in my project since there is not .jar file.
Upvotes: 1
Views: 387
Reputation: 6071
Set the library up as an Android library:
Then set your application to use the library:
That way, you will now be using the library when working on your app.
Upvotes: 2