Jose is a Developer Programs Engineer at Google where he works to make the Android developer experience better, focusing on architecture and testing. He works on open-source projects such as Architecture Blueprints and the Jetpack architecture samples. He also writes documentation, codelabs, articles and does outreach.
Recently, he's been focusing on the Architecture Components and Jetpack releases, and the Data Binding library.
Talks I've Given
-
Workshop: Data Binding
Featuring Jose Alcerreca
The Data Binding Library allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically. In this workshop you'll learn how to set it all up, use layout expressions, work with observable objects and create custom Binding...
android-jetpack mobile data-binding droidconuk android -
2
Modern Data Binding
Featuring Yigit Boyar and Jose Alcerreca
Data Binding isn't just for… binding data. It can influence your architecture, remove code from activities, increase your productivity and make your layouts more declarative. In this session, Jose and Yigit will explore the best practices enabled by data binding and highlight patterns to...
mobile droidconuk data-binding android -
2
Android Architecture Blueprints
Featuring Jose Alcerreca and David Gonzalez
The Android framework offers a lot of flexibility when it comes to defining how to organize and architect an Android app. This freedom, whilst very valuable, can also result in apps with large classes, inconsistent naming and architectures (or lack of) that can make testing, maintaining and...
android droidcon droidconuk mobile app architecture mvp clean mvvm di fragments content-providers gde