Skip to content

Blundell

Android Developer Tutorials

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

Tag: best practices

Threading best practices : 3 ways on Android Things

In Intermediate, Reference By blundell On 2017-04-20

Working with Android Things means connecting to peripheral sensors & actuators to communicate sending or receiving commands and data. As with all Android development, you should be evaluating the impact of this and consider offloading…

Read more of Threading best practices : 3 ways on Android Things →

Tagged android, android things, anroiddev, best practices, demo code, iot, threading

This one simple change for better class naming will blow your mind

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

Single Responsibility[^n], Beware the Share[^n], Boyscout Rule[^n]. These are some conventions that guide good practice in software development and I believe naming can benefit from these ideas and other practices. This blog post will discuss…

Read more of This one simple change for better class naming will blow your mind →

Tagged best practices, clean code, java
© Copyright Blundell. All rights reserved.