Skip to content

Blundell

Android Developer Tutorials

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

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

[TUT] Android Things – Writing a PIR Motion Sensor Driver

In Intermediate By blundell On 2017-02-072017-02-08

This blog will show you how to write an Android Things driver for the HC-SR501 PIR Sensor Module. This module can detect movement and uses a GPIO pin on your Android Things board for communication.…

Read more of [TUT] Android Things – Writing a PIR Motion Sensor Driver →

Tagged android things, HC-SR501, iot, motion sensor, peripheral io, user driver

Battling the 65k method limit

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

### Battling the 65k method limit 2016 is the year of the method limit. Many hardened Android developer will already know this and will have been fighting the holy war for many years, but this…

Read more of Battling the 65k method limit →

Tagged 65k, android, method limit, multi-dex

You have permission to crash

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

### You have permission to crash With targetting Marshmallow, 6.0, API 23, the latest version of Android, strange things can happen if you don’t get your permission flow correct. The code seems legit and yet…

Read more of You have permission to crash →

Tagged android, debugging, permissions

Inspecting databases with Stetho

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

Have you ever been writing a database backed Android application and you quickly want to look at some of your SQL stored data? Maybe wondering why your query isn’t working or seeing if the database…

Read more of Inspecting databases with Stetho →

Tagged android, databases, debugging, sqlite, stetho

Q&A with Android Developer Paul Blundell

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

In this post, I interviewed developer Paul Blundell to gain some insight on his experience with Android and discuss how he manages his apps. Gregory: How did you get started with Android. Why did you…

Read more of Q&A with Android Developer Paul Blundell →

Tagged android

The Making of an Android Auto Demo Unit

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

Android Auto is a protocol developed by Google to allow mobile devices to be controlled by a car head unit. This means you can use Google Maps navigation, play music, get notifications of important happenings,…

Read more of The Making of an Android Auto Demo Unit →

Tagged android auto, custom tom, hardware, iot

Posts pagination

←Previous page Page 1 … Page 6 Page 7 Page 8 … Page 19 Next page→
© Copyright Blundell. All rights reserved.