Android ist eine unglaublich erfolgreiche Plattform. Aber neben vielen Vorteilen gegenüber anderen Plattformen bietet Android den Entwicklern ein breites Feld an Stolpersteinen. Einer der wichtigsten Aspekte in modernen Applikationen ist Performance und Reaktionsfähigkeit. Daher werden Apps immer stärker von Nebenläufigkeit, der asynchronen Ausführung von Code geprägt. Gerade hier zeigen die Android-Bordmittel enorme Schwächen. Ein Grund, warum RxJava einen großen Hype in der Android-Community auslöst. Aber wie lässt sich RxJava in

Gabriel Weis and Simon Butscher have had a talk about Android Architecture at the MobileTechCon in Munich. What are smart patterns to make your apps testable, more robust and maintainable? Get the slides and sample code as well as a short interview about this topic.   Read our interview about Android at: https://jaxenter.de/android-ist-eine-komplexe-plattform-34922 See at MobileTechCon in Munich at 15.03.2016: https://mobiletechcon.de/session/android-architecture/ And here you find the sample source: https://github.com/binosys/mtc2016_architecture_sample And here you find