Testdroid
Testdroid is a set of testing products for agile mobile app, game and web developers building their next big things on Android and iOS platforms. Testdroid provides versatile product deployment options as a public cloud (Testdroid Cloud) hosting thousands of real physical devices, private setup with dedicated devices (Testdroid PrivateCloud) and on-premises installation (Testdroid Enterprise). Testdroid products have helped thousands of app, game and web developers to make their products super robust and compatible across an array of different mobile devices.
-
Facebook Infer: A static analyzer for catching bugs before you ship
Featuring Martino Luca
Static analyzers are automated tools that spot bugs in source code by scanning programs without running them. They complement traditional dynamic testing: Where testing allows individual runs through a piece of software to be checked for correctness, static analysis allows multiple and sometimes...
android facebook facebook-infer static-analysis static-analyzers bugs ios -
Mobile Services from Google
Featuring Laurence Moroney
Google provides a number of terrific mobile services that developers can use to build better apps. In this talk, Laurence a developer advocate at Google, introduces a number of these services, including Location, Maps, Places and Mobile Vision APIs.
android google location maps places mobile-vision-apis -
Let's get Functional
Featuring Benjamin Augustin
Ever tried functional languages? Ever been annoyed that every time you see the same Fibonacci examples or yet another maths problem?
So what can functional languages really teach us on your day to day life as Android developers?
This talk will focus on what you can learn from functional...
functional functional-languages android -
Keynote - Android for Java Developers
Featuring Chet Haase
Developers used to the Java programming language from years spent in the trenches of web, server, and even desktop computing have developed certain patterns of how they use the language and the ecosystem of libraries surrounding it. But writing mobile apps is not the same as writing these other...
droidcon android mobile-app java -
Beautiful Typography on Android
Featuring Lisa Wray
Material design's "paper" stresses the beautiful typography of print journalism – but how? This talk will work directly through translating paper designs to Android's TextView, starting with styles, Spans, and Typefaces and finally diving deep into FontMetrics and custom text...
android typography textview fontmetrics font text-drawing typefaces spans internationalization bidirectional-text -
The Jack and Jill build system
Featuring Eric Lafortune
Earlier this year, Google announced the experimental Jack and Jill compilers for Android apps. The compilers replace the current Java and Dex compilers. They still translate Java source code to Dalvik bytecode, so at some level, it may seem like a small change.
In this presentation, Eric will...
android jack-and-jill-compliers jayce-bytecode dex-complier dalvik-bytecode google