I'm making an app which gathers public data from a blog. I infered I should use the blogger api. I downloaded it from here . Since I have never used 3rd party libraries in android I don't know how to actually use it in the app. How do I do that?
I am using Android Studio.
Detailed step-wise instructions appreciated :)