FiiT
Fiit is on a mission to make fitness addictive. We’re passionate about helping millions more people all over the world reap the rewards of regular exercise, and we know that the current offerings aren’t working for the vast majority.
With our interactive, online platform we’re bringing the best of boutique studio fitness into everyone’s living rooms. We’re leveraging data science and Smart Technology. We’re giving people exclusive access to the instructors we know they love. We’re breaking down the barriers to fitness and creating a truly motivating, connected fitness experience that keeps people coming back for more.
Experience the power of Breathwork with Fiit in a free session as part of your lunch break on Day 1 of Droidcon London 2019.
-
Skills Matter droidcon London 2019 Wrap Up!
Featuring Ariel Horn
Join us for this wrap up of 2 days of droidcon London joy!
android wrap-up -
Pushing Dynamic Features Your Users Want, As Quick As They Want Them
Featuring Raul Hernandez Lopez
Many successful Android apps offer multiple features and components that work together to provide a great user experience. Although you want all prospective users to have the ability to install your app, this may not be possible due to limitations in storage and network connection, especially in...
dynamic-features reliability ux modularisation mobile kotlin android -
Workshop: Understanding Kotlin Coroutines
Featuring Marcin Moskala
Kotlin Coroutines is a powerful tool. Well implemented concept of suspendable computation... It is a dream of many theoretics of concurrent programming for a long time. But how is it possible? How do Kotlin coroutines really work? Why are they important? What do they introduce? And finally, how...
concurrent-programming kotlin-coroutines mobile android -
Workshop: Unit Test Your Views - Part 1
Featuring Jorge Ortiz‑Fuentes
This is a hands on workshop to learn how to fully test your app, focusing on the view part of the architecture without using instrumentation. In this session, Jorge will share a simple but well-architected application using Android Architecture Components. Then, he will use Robolectric,...
mobile testing mobile-architecture android -
Workshop: A Practical Look At Arrow In Android - Part 2
Featuring Pablo Gonzalez Alonso
In this workshop you'll learn how you can improve your Android apps using functional programming, with Arrow. You'll be introduced to simple functional patterns that will help you with things like error handling, persistency or data validation. This workshop is for you if you are curious...
functional-programming mobile arrow android -
Workshop: A Practical Look At Arrow In Android - Part 1
Featuring Pablo Gonzalez Alonso
In this workshop you'll learn how you can improve your Android apps using functional programming, with Arrow. You'll be introduced to simple functional patterns that will help you with things like error handling, persistency or data validation. This workshop is for you if you are curious...
functional-programming mobile arrow android -
Using Benchmarks for Tracking Regressions and Improving UI performance
Featuring Aziz Murtazaev
Rendering UI takes a significant amount of CPU time, therefore it's important to keep this part of the computation as lean as possible. Whenever UI rendering regresses key metrics such as app startup, time-to-interaction, scroll performance are all affected which eventually affects product...
ui-rendering mobile android ui-performance automated-testing benchmarks litho -
Reverse-Engineering apps on the device - how far can we go?
Featuring Jeb Ware
As Android developers, you know that your app is insulated from other apps in the device by the Android Application Sandboxing model. But the reality is that this sandbox only protects your data. Your APK is completely exposed to other apps, including resources, assets, and code. Jeb wanted to...
android-application-sandbox apk mobile android reverse-engineering security -
Do the Loco-MotionLayout: Building animations with MotionLayout
Featuring Michael Scamell
You’ve heard, seen or witnessed the buzz around MotionLayout. But what does it look like in real life? What are some of its current limitations? How easy is it to use? Are the demos that you’ve seen actually possible? Or is it all a ruse? In this session, you’ll use MotionLayout to develop an...
ux customattributes keyattributes motionscene mobile android constraintlayout transitions animations motionlayout -
Workshop: Unit Test Your Views - Part 2
Featuring Jorge Ortiz‑Fuentes
This is a hands on workshop to learn how to fully test your app, focusing on the view part of the architecture without using instrumentation. In this session, Jorge will share a simple but well-architected application using Android Architecture Components. Then, he will use Robolectric,...
mobile testing mobile-architecture android