Conference archive

Mobile Dev + Test 2016 - Android Development

Monday, April 18

Ken Kousen
Kousen IT, Inc.
MB

Android Development Introduction: A Hands-On Workshop

Monday, April 18, 2016 - 8:30am to 4:30pm

Learn Android development from the ground up. We'll start with the SDK and the Android Studio IDE, and build, test, and deploy applications on both emulators and physical devices. We will discuss and implement the basics of Android development—from activities to resources to asynchronous communications. With examples we’ll show how to use the new Gradle build system for Android. We'll use the embedded SQLite database to store data, and access a RESTful webservice and parse the resulting JSON data to update the user interface.

Programming Skills...

Tuesday, April 19

Ken Kousen
Kousen IT, Inc.
TI

Advanced Android Development

Tuesday, April 19, 2016 - 1:00pm to 4:30pm

The Android API library is large and complex. Knowing the basics is a good start, but for practical applications you have to go far beyond the basics. Ken Kousen explores aspects of Android development that come up frequently in app development. Go beyond simple activities and intents to build more interesting, complex applications. Use dialog boxes both to notify users of new information and as a basis of how to interact with multiple activities. Create notifications to inform users of information and events, and allow users to respond. Understand services and how they allow you to...

Lance Gleason
Polyglot Programming Inc.
TJ

Prototyping Wearable Devices Using Android

Tuesday, April 19, 2016 - 1:00pm to 4:30pm

Prototyping wearable devices used to be something that required specialized skills in electrical engineering, embedded development, and mechanical engineering. Today, thanks to the maker revolution, we can combine our knowledge of programming with basic electronics/soldering skills and access to a 3D printer to create useful devices. More importantly, there are now boards that give Android developers the ability to interact with them without needing to create our own custom Bluetooth Drivers and write firmware in C++. In this half-day tutorial, Lance Gleason will take you on a quick tour...

Wednesday, April 20

W9

Building Connected and Disconnected Mobile Applications

Wednesday, April 20, 2016 - 1:00pm to 1:45pm
Creating a great connected experience across multiple platforms is an essential element of great mobile applications. However, what happens when there is little to no connectivity—such as on an airplane or in some foreign countries? Does your mobile app effortlessly synchronize data when the device gets back online? Although users expect and deserve this type of behavior, James maintains that developing your own cloud backend and an API across all operating environments is time consuming and error prone. Even more, managing multiple projects, languages, IDEs, and continuous integration...
Ken Kousen
Kousen IT, Inc.
W13

Gradle for Android Developers

Wednesday, April 20, 2016 - 2:00pm to 2:45pm
The new build mechanism replacing Ant for Android development is based on Gradle, the popular build tool from the Groovy ecosystem. Ken Kousen introduces you to Gradle for Android developers and shows how easy it is to integrate Gradle into Android projects. We’ll show the latest version of the Android Studio IDE to develop applications. Join Ken to discuss using the Android plugin for Gradle; adding dependencies and alternate repositories; creating custom tasks; implementing both unit and integration tests; using alternative build types, product flavors, and variants; and more. Leave with an...

Thursday, April 21

Ellen Shapiro
SpotHero
K4

Balancing New Tools and Technologies vs. Risk

Thursday, April 21, 2016 - 9:45am to 10:45am

Your engineering team wants to dive deeply into the newest programming tool or next generation technology for a mission critical project. How do you balance the promised rewards of a new language, software tool, or hardware technology with the risks of unstable software, hardware that does not work as promised, or new tools that are abandoned? Ellen Shapiro describes how the iOS and Android teams at Vokal approach all the new tools and technologies they evaluate. Discussing manufacturer-built and supported languages like Swift, cutting-edge projects like JetBrains' JVM language Kotlin,...

Friday, April 22

Luke Wallace
Bottle Rocket
B1

Designing Apps for Android Devices

Sold Out!
Friday, April 22, 2016 - 8:30am to 12:00pm

With the many versions of Android available today on hundreds, even thousands, of device types, just how do you build something that will look good on Android devices you’ve never seen? Is it possible to build an app that will look good on the newest devices and not look strange on your grandma’s phone from 2012? Luke Wallace clears a path through the jungle of Android-based hardware and takes on the fragmentation beast. See how his company, Bottle Rocket, one of the top mobile development companies, handles this challenge day-in-and-day-out—without compromising the experience. Luke shares...