I want to load data from my API into custom gridview in my android application, my API return some text information and some image URL as JsonArray. I want to use retrofit and otto and picasso (for loading image), also I want asynchronous fetching.
The problem is I can't understand how to use this libraries together (also I can't understand Asynchronous implementation of retrofit). can you offer me some tutorial or example that I can understand the scenario ?
P.S: I read this post and wiki of this libraries, but can't understand well.
please give me some full tutorial or example. thanks in advance.