Re: [android-developers] Using the picasso image loader within custom adapter and works for only the first image, what am i doing wrong?

2015-03-26 Thread Daniel Chacon
So started working on the app again and before any new changes were made, i ran the application and now the 1 record image that was loading is no longer loading, can anyone see anything wrong with my implementation of the Picasso? ive already tested the link being used and all images are available

[android-developers] gradle 1.1.x + aar lib = issues

2015-03-26 Thread Olivier Margarit
Hi, I'm working on nice corporate library. The distribution is, at this time, done by integration of an .aar file added as a new module with android studio. This was working until gradle 1.1.x *What is working: *The project compile as the project has no error. *What is broken:* Android Studio do

Re: [android-developers] Using the picasso image loader within custom adapter and works for only the first image, what am i doing wrong?

2015-03-26 Thread Daniel Chacon
So i figured it out after doing a test of our insert portion, when we inserted a new image and details, that one worked, and after some investigation found that it was a space and Upper case issue.. It doesnt explain why it worked yesterday for 1 of the images and then no longer worked today. But