When inflating a layout from XML for a custom view or in an <include> tag in a xml layout, the <merge> tag is essential. The merge tag does exactly that – it me
Notebook archive
Writing notes
Loose pages, technical margins, and small notes gathered into a readable stack.
Android developers get all the benefits of a nice statically compiled language, but that comes at a cost – build time. Compile times can add up quickly and be a
You may run across a lint warning in Java or Kotlin on when using String.toLowerCase(). "Implicitly using the default locale is a common source of bugs: Use toL