We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

A common mobile language

Formale Metadaten

Titel
A common mobile language
Alternativer Titel
Inside Mono for Android and MonoTouch
Serientitel
Anzahl der Teile
110
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Developing bindings, tools and a platform for developers to create mobile applications is an especially challenging task, sitting as it does in between two complex blocks of code - the system platform and the application - translating and mediating every interaction, providing services and extra features, all this while striving to keep a low profile and provide a seamless experience to developers and users. In this talk we'll take a look inside this challenging task, throwing back the curtain to reveal what goes on inside Mono for Android and how it integrates with the Android platform. How does it work? How are java libraries bound? How does the GC work (and how many GCs are you really running)? We'll see how the runtime and platform code work, how it all comes together, and also how it all comes apart sometimes and breaks, too - we'll take a look at some of the tiniest changes in Android that gave us the biggest headaches, how memory management can really ruin your day, and why you really have to be wary of emulators. In the end, you'll hopefully come away with an extra bag of tricks and tips, a much better idea of what your code is doing behind the scenes, and had fun in the process.