android development

Android background processing – a decision guide

If you’ve ever done anything in Android that takes more than 16 milliseconds to process then you’ve probably heard of Android services and background processing in general. Why 16 milliseconds? At Android’s refresh rate of 60 frames per second, the main thread can not be delayed by more than 16 milliseconds to avoid frame skipping … Read More

Kotlin Coroutines for Android Apps

Come away with a deeper understanding of Kotlin Coroutines, along with hands-on experience, after reading Kotlin Coroutines Tutorial for Android: Advanced.

Philly ETE 2015 #20 – Svetlana Isakova – Kotlin on Android

In this session we are going to talk a bit why JetBrains sees the potential in Kotlin comparing to other JVM languages. Then we’ll see how certain language constructs can be used to make Android more enjoyable. Also we’ll look at a DSL for type-safe dynamic layouts and a simple extension plugin that helps to avoid writing ‘findViewById()’ all the time.

Philly ETE 2015 – Svetlana Isakova – Kotlin on Android

In this session we are going to talk a bit why JetBrains sees the potential in Kotlin comparing to other JVM languages. Then we’ll see how certain language constructs can be used to make Android more enjoyable. Also we’ll look at a DSL for type-safe dynamic layouts and a simple extension plugin that helps to avoid writing ‘findViewById()’ all the time.

Philly ETE 2015 – Don Coleman – Creating Bluetooth Low Energy Apps

luetooth Smart, or Bluetooth Low Energy devices are everywhere. We’ll look at how to discover, connect to, and control these devices with software. You’ll learn how Bluetooth LE works and understand profiles, services, and characteristics. I’ll demonstrate writing Android and iOS Bluetooth apps using Apache Cordova.