Florina is working as an Android Developer Advocate at Google, helping developers architect clean, testable apps using the Architecture Components libraries. She has been working with Android for 8 years, previous work covering news at upday, payment solutions at payleven and navigation services at Garmin.
Florina tweets at @FMuntenescu.
Talks I've Given
-
Workshop: Gradual and Graceful Paging
Featuring Florina Muntenescu
Many apps work with large sets of data but only need to load and display a small portion of that data at any time. If you’re not careful, you can end up requesting data you don’t actually need, placing a performance burden on the device and the network. If the data is synced with your backend, it...
ui paging-library mobile paging droidconuk android -
Keynote: Pragmatic Crafting
Featuring Florina Muntenescu
Your responsibility as developers is to ship high quality features in a timely manner. But there are many factors which can hinder development: from tightly coupled, untested codebases, to differences between team members in architecture visions and API knowledge, to time pressure. So, given all...
mobile kotlin droidconuk android -
Data Persistence In Android: There’s Room For Improvement
Featuring Florina Muntenescu
At Google I/O, the Android Framework team launched Room: a persistence component designed to make your life easier when working with SQLite databases on Android. Entities and data access objects are defined using annotations, your queries are now checked at compile time and the database...
architecture architecturecomponents room datapersistence droidconuk -
3
Lightning Talks 1
Featuring Martino Luca, Tania Pinheiro and Florina Muntenescu
This session will consist of three 15-minute talks by Martino Luca, Florina Muntenescu, and Tania Pinheiro on Gradle, VectorDrawables, Facebook Infer.
-
Optimising The Performance Of VectorDrawables
Featuring Florina Muntenescu
Support for SVG finally arrived to Android in the form of vector drawables. You have replaced (or you are planning to replace) absolutely all your PNGs with VectorDrawables and your APK is smaller. Hurrah!
android droidcon droidconuk mobile app ui vectordrawable perfmatters