Nugget Post: Android threads and array adapters

An important point of note when using array adapters in android is that the notifyDataSetChanged method can only be called in the main UI thread. So when developing multithread android apps, it's important that the method is called within a runOnUiThread or similar. The notifyDataSetChanged is used to inform an array adapter that it's data source has been updated, so … Continue reading Nugget Post: Android threads and array adapters

Raspberry Pi : Home Control Center Part 2

In this second part of my series, I'll go into configuring your PI to have: A "security mode" that will record about 30-60 seconds of video everytime movement is sensed wherever a raspberry pi is installed Display the local temperature, humidity security monitor arming on a simple web UI In this photo, reposted from a previous … Continue reading Raspberry Pi : Home Control Center Part 2