Image not loading in RecyclerView
Decision – don’t use .fit().centerCrop()
Half black images [https://proandroiddev.com/using-picasso-watch-out-for-half-black-images-957bc9550888]
Image not loading in RecyclerView
Decision – don’t use .fit().centerCrop()
Half black images [https://proandroiddev.com/using-picasso-watch-out-for-half-black-images-957bc9550888]
The danger of using getSimpleName() as TAG for Fragment
[code language=”java”]
public class Foo {
public Foo() {
System.out.println("constructor called");
}
static {
System.out.println("static initializer called");
}
{
System.out.println("instance initializer called");
}
}
[/code]
[code language=”java”]
public static int f() {
try {
throw new RuntimeException();
} finally {
return 0;
}
}
[/code]
[code language=”java”]
new URL("http://www.yahoo.com").equals(new URL("http://209.191.93.52"))
[/code]
=true
Using Gradle build cache with Kotlin
Fixing dependency conflicts in Gradle
Put in order Gradle dependencies
Несколько Gradle фишек для вашего Android приложения (https://habrahabr.ru/company/rambler-co/blog/311100/) (pdf)
The best tool for finding gradle packages
Gradle: управляя зависимостями
Gradle: 5 полезностей для разработчика (https://habrahabr.ru/company/redmadrobot/blog/271269/)
Configure Your Build (https://developer.android.com/studio/build/index.html)
Dependency Management for Java Projects
Change Gradle mavenCentral URL to My repo
Gradle: Better Way To Build (https://habrahabr.ru/post/107085/)
The Ins and Outs of Gradle (pdf)
Getting Started with Gradle (pdf)
Practical ProGuard rules examples (https://medium.com/google-developers/practical-proguard-rules-examples-5640a3907dc9)