Verimatrix
Verimatrix is a global provider of security and analytics solutions that protect devices, services and applications across multiple markets. Many of the world’s largest service providers and leading innovators trust Verimatrix to protect systems that people depend on every day for mobile apps, entertainment, banking, healthcare, communications and transportation. Verimatrix offers easy-to-use software solutions, cloud services and silicon IP that provide unparalleled security and business intelligence. Proud to empower and protect its customers for more than two decades, Verimatrix serves IoT software developers, device makers, semiconductor manufacturers, service providers and content distributors.
Meet with us at droidcon London and discover ProtectMyApp, our groundbreaking service that provides effortless & cost-effective mobile app security.
Mobile app developers seek an answer to ever-growing reverse engineering and tampering threats that can lead to potentially devastating vulnerabilities. With ProtectMyApp, you can now easily upload your final, compiled app and receive the protected application back in just minutes without the need for security experts.
-
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