AndroidDeveloperLB

Results 603 comments of AndroidDeveloperLB

Is it also possible to have API to convert between the two? Being able to open GIF, and convert to WebP, to save on how long it will take later...

Say, do you know of any official way to view them using existing API ?

animated WebP can be shown only from Android P, officially ?! What took them so long...

@salmanit You mean it's hard to fix it, as you are not familiar enough with the code?

I got this too, so I removed this line (after updating everything possible) : `apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'` And also deleted the ".idea" and "gradle" folders. However, now I see this:...

Updated some stuff, and now got this: ![image](https://user-images.githubusercontent.com/5357526/33238450-92cbda10-d296-11e7-9c4b-31a451b1b391.png) Weird thing is that I remember it worked for me in the past. Not sure what happened now when I tried to...

No idea why ButterKnife can't be used anymore, so I removed it and added manual searching of views by ids. Now it works fine, but I had to modify the...

Another weird thing, is that now that it works, I got the top area without a background, so it overlaps content of the list. Reported about this here: https://github.com/Tibolte/AgendaCalendarView/issues/131

@DevNeeth If you wish, attached here a working one, except for the bug of the background. [AgendaCalendarView.zip](https://github.com/Tibolte/AgendaCalendarView/files/1505026/AgendaCalendarView.zip)

ok thank you.