Skip to content

Blundell

Android Developer Tutorials

  • Beginner
  • Intermediate
  • Advanced
  • Reference
  • X-Post

Tag: best practice

Clean Code: Java Class Fields

In X-Post By blundell On 2017-01-28

Keeping your code clean is no easy task. Clean code allows your project to pass the test of time. It can be broken down into making your code simple to read, write, and understand. This…

Read more of Clean Code: Java Class Fields →

Tagged android, best practice, clean code, java

[TUT] Easier / Quicker Generic Collection Creation

In Reference By blundell On 2013-03-03

Sick of repeating your generics declaration?Sick of repeating your generics declaration? For a quick and easy way to create a collection of objects you can do the below. Create yourself a util class: Then each…

Read more of [TUT] Easier / Quicker Generic Collection Creation →

Tagged array, best practice, blundell, collections, easy, generics, java, map
© Copyright Blundell. All rights reserved.