Piotr Piskorski
Piotr Piskorski
probably i had to remove NDK from sdk manager, don't remember for sure.
@apresswala-systango hello, any progress ragarding this?
The problem I noticed is that `commit message lint app` caches previous commit messages, never clear it, which leads to bugs. Imagine I commit message wrongly first time and I...
Use Picasso Picasso.with(getContext()) .load(friend.userAvatarUrl) .noFade() .into(profilePhoto);
I'm using custom svg shape, and then load image with Picasso. SvgImageView.scaleType does not react on any of scale type. The image inside has always the same properities - streched...
The issue still exist, project do not compile.