*+-Mobile (User) Experience Design is very important when creating awesome mobile application. This workshop will show you how the professionals do this. Also you will learn how to design a mobile application and how to improve your design skills.
*+-Mobile (User) Experience Design is very important when creating awesome mobile application. This workshop will show you how the professionals do this. Also you will learn how to design a mobile application and how to improve your design skills.
*+-Delivering updates with confidence; shortening time to market; writing clean and correct code every day: this is the promise of Test-Driven Development. But, it’s not easy to do TDD in Android. You have to either run the tests on the device, or install a complex framework that mimics the Android APIs. Both options slow you […]
*+-UI CHALLENGES —> Digital vs Print – Statical design that will never change versus something that is dynamically changing based on user’s influence and device specific factors. – Static VS user flow. —> The case of Android: many devices and densities – Fragmentation: a challenge that a designer cannot control but need to face in […]
*+-Designing for multiplatform is a nightmare. Even if the three main OS speak almost the same language, they actually speak three different lingos. Enhancers will showcase an optimal workflow – starting with Android Material – to minimize effort and variations, keeping the user experience (UX) great along all platforms.
*+-Understanding how a UI framework behaves under the hood is key if you want to push the boundaries of the platform and write solid UI code. Layout traversals are at the heart of Android’s UI toolkit. What happens behind the scenes in requestLayout() call? What kind of layout optimizations Android implements? In this talk, we’ll […]
*+-Like cool animations and transitions? And what about letting all the hard work to the Android Framework? In this talk Lucio will do a Deep dive into the TransitionManager and the new Activity Transitions on Lollipop and show how you can do cool transitions and let almost all the hard work to the Framework.