Forsidebilde av showet The Context #androiddev

The Context #androiddev

Podkast av Artem Zinnatullin, Hannes Dorfmann, Artur Dryomov

engelsk

Teknologi og vitenskap

Tidsbegrenset tilbud

2 Måneder for 19 kr

Deretter 99 kr / MånedAvslutt når som helst.

  • 20 timer lydbøker i måneden
  • Eksklusive podkaster
  • Gratis podkaster
Kom i gang

Les mer The Context #androiddev

Talks about Android development and related topics.

Alle episoder

35 Episoder

episode Episode 29: How It’s Made — Babylon Health cover

Episode 29: How It’s Made — Babylon Health

Hannes talked to Sakis Kaliakoudas how Babylon Health build their Apps. Sakis shared how the Babylon Health Android app is architected by using MVI and clean architecture, how they document their code base, how the CI pipeline looks like, how feature teams are organized and much more. Links: * Orbit Android MVI [https://github.com/babylonhealth/orbit-android-mvi] to build MVI android applications. * Babylon Health Engineering Blog [https://medium.com/babylon-engineering] * Certificate transparency security library [https://github.com/babylonhealth/certificate-transparency-android] * Markdown Lint [https://github.com/appmattus/markdown-lint] * ArchUnit [https://github.com/TNG/ArchUnit] * Open Source Hiring Document [https://github.com/babylonhealth/android-playbook] Guests * Sakis Kaliakoudas: Twitter [https://twitter.com/skaliakoudas], GitHub [https://github.com/athkalia] Hosts * Hannes Dorfmann: Twitter [https://twitter.com/sockeqwe], GitHub [https://github.com/sockeqwe], blog [http://hannesdorfmann.com] Discussion Give us your opinion on the episode [https://github.com/artem-zinnatullin/TheContext-Podcast/issues/123]!

28. des. 2019 - 1 h 16 min
episode Episode 28: Fun with Canvas with Rebecca Franks from Over cover

Episode 28: Fun with Canvas with Rebecca Franks from Over

Hannes talked to Rebecca Franks how the Over android app uses canvas to create an interactive editor. Rebecca shared some tips and tricks how to work efficiently with Canvas, Bitmaps, which architecture Rebecca's team has chosen and how they test their app. Links: * Android Canvas APIs with Kotlin and KTX [https://riggaroo.co.za/android-canvas-apis-with-kotlin-and-ktx/] * Building Responsive / Resizable Android UIs for ChromeOS [https://riggaroo.co.za/building-responsive-resizable-android-uis-for-chromeos/] * Graphical editor with masking [https://twitter.com/riggaroo/status/1105027835842957314] * Animations with MotionLayout inside the Over app [https://twitter.com/riggaroo/status/1100360450435358721] * Over Android App [https://play.google.com/store/apps/details?id=app.over.editor] Guests * Rebecca Franks: Twitter [https://twitter.com/riggaroo], GitHub [https://github.com/riggaroo], blog [https://riggaroo.co.za] Hosts * Hannes Dorfmann: Twitter [https://twitter.com/sockeqwe], GitHub [https://github.com/sockeqwe], blog [http://hannesdorfmann.com] Discussion Give us your opinion on the episode [https://github.com/artem-zinnatullin/TheContext-Podcast/issues/119]!

18. april 2019 - 56 min
episode Episode 27: Reusable Components with Sebastian Kaspari from Mozilla Firefox cover

Episode 27: Reusable Components with Sebastian Kaspari from Mozilla Firefox

Hannes talked to Sebastian Kaspari how Mozilla builds reusable android components for Firefox. Links: * Mozilla Android Components [https://github.com/mozilla-mobile/android-components] * Mozilla Android Components Documentation [https://mozac.org] * Gradle Composite Builds [https://docs.gradle.org/current/userguide/composite_builds.html] * GeckoView [https://wiki.mozilla.org/Mobile/GeckoView] Guests * Sebastian Kaspari: Twitter [https://twitter.com/Anti_Hype], GitHub [https://github.com/pocmo] Hosts * Hannes Dorfmann: Twitter [https://twitter.com/sockeqwe], GitHub [https://github.com/sockeqwe], blog [http://hannesdorfmann.com] Discussion Give us your opinion on the episode [https://github.com/artem-zinnatullin/TheContext-Podcast/issues/116]!

24. feb. 2019 - 1 h 1 min
episode Episode 26: How It’s Made — Juno cover

Episode 26: How It’s Made — Juno

We continue our How It’s Made series: Hannes and Artur are talking about how Juno, the company Artur works in, does product engineering. Links: * Multi-tiered technical support [https://en.wikipedia.org/wiki/Technical_support#Multi-tiered_technical_support] * Git branching model [https://artemzin.com/blog/git-ftfy-branching-model-continuation-of-git-flow-considered-harmful/] * Rolling release [https://en.wikipedia.org/wiki/Rolling_release] * Kotlin SAM (single abstract method) issue [https://youtrack.jetbrains.com/issue/KT-14984] * Domic — UI abstraction, similar to internal Juno one [https://github.com/lyft/domic] * Multi-tier architecture [https://martinfowler.com/bliki/PresentationDomainDataLayering.html] * Gradle Kotlin DSL [https://github.com/gradle/kotlin-dsl] * Mainframer [https://github.com/buildfoundation/mainframer] * Bitrise [https://www.bitrise.io/] * Elasticsearch [https://www.elastic.co/] * Grafana [https://grafana.com/] * Juno Careers [https://gojuno.com/careers/] * Artur’s slides about Juno Kotlin experiences [https://speakerdeck.com/arturdryomov/kotlin-max-payne-voxxed-days-minsk-may-2018] * Artur’s blog with details about IoC, Reactive approaches and more [https://arturdryomov.online/] Hosts * Artur Dryomov: Twitter [https://twitter.com/arturdryomov], GitHub [https://github.com/ming13], blog [https://arturdryomov.online] * Hannes Dorfmann: Twitter [https://twitter.com/sockeqwe], GitHub [https://github.com/sockeqwe], blog [http://hannesdorfmann.com] Discussion Give us your opinion on the episode [https://github.com/artem-zinnatullin/TheContext-Podcast/issues/114]!

11. feb. 2019 - 1 h 5 min
episode Episode 25: How It’s Made — Freeletics cover

Episode 25: How It’s Made — Freeletics

This episode is starting a series about Android application development. Hannes and Artur are talking about how Freeletics, the company Hannes works in, does product engineering. Links: * Freeletics [https://www.freeletics.com] * Video: Working at Freeletics [https://www.youtube.com/watch?v=J3xlCTv1rqY] * John Locke [https://en.wikipedia.org/wiki/John_Locke] * Koin [https://insert-koin.io/] * RxRedux [https://github.com/freeletics/RxRedux] * CoRedux [https://github.com/freeletics/CoRedux] * Mosby [https://github.com/sockeqwe/mosby] * The Test Pyramid [https://martinfowler.com/bliki/TestPyramid.html] * Freeletics Engineering Blog [https://freeletics.engineering/] Hosts * Artur Dryomov: Twitter [https://twitter.com/arturdryomov], GitHub [https://github.com/ming13], blog [https://arturdryomov.online] * Hannes Dorfmann: Twitter [https://twitter.com/sockeqwe], GitHub [https://github.com/sockeqwe], blog [http://hannesdorfmann.com] Discussion Give us your opinion on the episode [https://github.com/artem-zinnatullin/TheContext-Podcast/issues/111]!

23. jan. 2019 - 1 h 6 min
Enkelt å finne frem nye favoritter og lett å navigere seg gjennom innholdet i appen
Enkelt å finne frem nye favoritter og lett å navigere seg gjennom innholdet i appen
Liker at det er både Podcaster (godt utvalg) og lydbøker i samme app, pluss at man kan holde Podcaster og lydbøker atskilt i biblioteket.
Bra app. Oversiktlig og ryddig. MYE bra innhold⭐️⭐️⭐️

Velg abonnementet ditt

Mest populær

Tidsbegrenset tilbud

Premium

20 timer lydbøker

  • Eksklusive podkaster

  • Ingen annonser i Podimo shows

  • Avslutt når som helst

2 Måneder for 19 kr
Deretter 99 kr / Måned

Kom i gang

Premium Plus

100 timer lydbøker

  • Eksklusive podkaster

  • Ingen annonser i Podimo shows

  • Avslutt når som helst

Prøv gratis i 14 dager
Deretter 169 kr / måned

Prøv gratis

Bare på Podimo

Populære lydbøker

Kom i gang

2 Måneder for 19 kr. Deretter 99 kr / Måned. Avslutt når som helst.