mobile

Implementing Drag and Drop in iOS 11 Part 2 – Handling The Drag

At WWDC Apple announced that iOS 11 will now support Drag and Drop. This works not only within an app, but also from one app to another. Dragging between apps is only supported on iPads. This tutorial will walk through how to implement exporting data via Drag and Drop.

Implementing Drag and Drop in iOS 11 Part 1 – Handling The Drop

At WWDC Apple announced that iOS 11 will now support Drag and Drop. This works not only within an app, but also from one app to another. Dragging between apps is only supported on iPads. This tutorial will walk through how to implement receiving data from Drag and Drop.

Implementing Handoff In iOS and macOS

Handoff is a neat feature that was introduced in iOS 8 and macOS (then OS X) v10.10. This capability allows an app to pass data across macOS and iOS devices so that a task started on one device can be completed on another device. In this tutorial we will implement Handoff on both iOS and macOS platforms.

Philly ETE 2017 #7 – The Swift Melting Pot – Daniel Steinberg

When the Swift programming language was released people argued about what sort of language it was. “It’s functional,” some argued and then criticized it for not being functional enough. “It’s OO,” others scoffed and then bemoaned the features they longed for from Objective-C. “It’s a Protocol Oriented language,” said Apple at the famous Crusty talk … Read More

Philly ETE 2017 #1 – Loving Lean Android Layouts – Huyen Tue Dao

Layouts are the foundation of Android UI, and while they are seemingly straightforward, understanding how to develop efficient layouts is sometimes less so. However, efficient, “lean” layouts can be vital to both user experience and app performance. This session examines the importance of lean layouts, tools for analyzing layouts and their performance, tips and techniques … Read More

Android Vector Graphics

I, like most developers, tend to rush into playing around with new technology. What I mean is you get excited when hearing or reading about something new then jump into the deep-end of the pool and while in mid-air throwing your towel to your chair. That’s what happened to me with VectorDrawable. I heard about … Read More

Philly ETE 2016 #18 – Mike Hartington – Ionic 2: Your First @App

Ionic has revolutionized the way web developers make the transition mobile development, but there’s always room to improve and make the lives of new app developers easier. With Ionic 2, we’ve improved upon much of what made Ionic 1 great, while also keeping things simple and reducing the fatigue that developers can feel when learning a new tool. We’ll introduce you to the basic Ionic 2 concepts and build an app live.

Philly ETE 2016 – Don Coleman – Building Wireless Sensors

Inexpensive wireless microcontrollers are everywhere. This session will look at building wireless sensors on a variety of hardware: the super low cost ESP8266, the Particle Photon and it’s cloud services, and the new Arduino MKR1000. In addition to building connected devices, I’ll discuss some options for collecting, storing, and visualizing the sensor data.