The Kodeco Podcast: For App Developers and Gamers

The Kodeco Podcast: For App Developers and Gamers

Podkast av Kodeco

Prøv gratis i 14 dager

99 kr / Måned etter prøveperioden.Avslutt når som helst.

Prøv gratis
Phone screen with podimo app open surrounded by emojis

Mer enn 1 million lyttere

Du vil elske Podimo, og du er ikke alene

Rated 4.7 in the App Store

Les mer The Kodeco Podcast: For App Developers and Gamers

High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more

Alle episoder

179 Episoder
episode Mastering Multiplatform: Flutter vs KMP artwork
Mastering Multiplatform: Flutter vs KMP

If you’ve ever wondered how to choose between Flutter and Kotlin Multiplatform—or what it’s like to use both in real-world production apps—this special double-length episode is your definitive guide. Google Developer Experts Roman Jaquez and Kevin Moore join us to unpack the realities of cross-platform mobile development. From cutting-edge healthcare apps to Bluetooth integrations and developer best practices, Roman and Kevin share deep insights, honest comparisons, and tips for mastering multi-platform dev in 2025. [Subscribe in Apple Podcasts [https://itunes.apple.com/us/podcast/raywenderlich.com-podcast/id773910890]] [Listen in Spotify [https://open.spotify.com/show/7FoclmfzgcWDDMSwpNurUi]] [RSS Feed [https://www.raywenderlich.com/feed/podcast]] Interested in sponsoring a podcast episode? Check out our Advertise With Kodeco [https://offers.kodeco.com/advertise-with-kodeco] page to find out how! SHOW NOTES Join Jenn and Dru for a deep dive into the world of cross-platform development with two expert guests: Roman Jaquez and Kevin Moore. From architecture to animations, this episode explores the strengths, trade-offs, and future of Flutter and Kotlin Multiplatform (KMP). The conversation also covers practical advice for testing, performance, state management, and how to future-proof your skills as a mobile developer. Highlights from this episode: * How Flutter and Kotlin Multiplatform (KMP) compare in real-world app development—including where each shines. * Roman’s journey bringing Flutter into a large healthcare organization and the productivity gains that followed. * Kevin’s experience building cross-platform apps with Flutter and integrating native Bluetooth code through plugins. * Best practices for managing app architecture, UI consistency, and platform-specific code in Flutter and KMP. * State management options like Provider, Riverpod, and Bloc—when to use them and what to watch out for. * Tools and techniques for performance optimization, testing, and debugging across platforms. * Roman and Kevin’s thoughts on the future of mobile development—from hot reload to AI-driven coding tools. MENTIONED IN THIS EPISODE * Kevin’s New Book: Kotlin Multiplatform by Tutorials [https://www.kodeco.com/books/kotlin-multiplatform-by-tutorials] – A Book about Kotlin Multiplatform. * Kevin’s Book Mastering Flutter: Learn to develop Flutter apps for iOS, Android, desktop and web [https://a.co/d/8bCT64c]. * Flutter [https://flutter.dev] — Google’s UI toolkit for building natively compiled apps from a single codebase. * Kotlin Multiplatform [https://kotlinlang.org/lp/multiplatform/] — JetBrains’ solution for sharing code across mobile, web, and more. * pub.dev [https://pub.dev/] — Find Flutter plugins and packages. * Rive [https://rive.app/] — A powerful tool for designing and integrating interactive animations in Flutter apps. * Firebase Test Lab [https://firebase.google.com/docs/test-lab] — Run automated tests across a range of devices in the cloud. * FlutterTap Newsletter [https://fluttertap.com/] – See all the latest news about Flutter and Dart. * Code with Andrea Newsletter [https://codewithandrea.com/] – Learn Dart, Flutter and Firebase. * Widget Tricks Newsletter – A Flutter newsletter to share tips and tricks. [https://widgettricks.substack.com/] CONTACT KEVIN, ROMAN & THE HOSTS * Find Kevin on LinkedIn [https://www.linkedin.com/in/kevin-d-moore/], Bluesky [https://bsky.app/profile/kevindavmoore.bsky.social ] and X [https://x.com/kevindavmoore]. * Find Roman everywhere: * LinkedIn [https://www.linkedin.com/in/roman-jaquez-8941a424/] * X [https://x.com/drcoderz] * BlueSky [https://bsky.app/profile/romanjaquez.bsky.social] * YouTube [https://www.youtube.com/@romanjustcodes] * Jenn on LinkedIn [https://www.linkedin.com/in/jenndotcodes/] * Dru on Mastodon [https://iosdev.space/@lordandrei]. * Email the Podcast Team [podcast@teamkodeco.com]. FOLLOW KODECO * Kodeco [https://www.linkedin.com/company/kodecodev/] on LinkedIn * Kodeco [https://x.com/kodecodev] on X/Twitter * Kodeco [https://www.facebook.com/KodecoDevelopers] on Facebook WHERE TO GO FROM HERE? We hope you enjoyed this episode of our podcast. Be sure to subscribe in Apple Podcasts [https://itunes.apple.com/us/podcast/raywenderlich.com-podcast/id773910890] or Spotify [https://open.spotify.com/show/7FoclmfzgcWDDMSwpNurUi] to get notified when the next episode comes out. Hoping to learn more about a particular aspect of mobile development or life and work as a dev? Please write in and tell us and we’ll do our best to make that happen! Write in too if you yourself would like to be a guest or your have a particular guest request and we’ll see what we can do. Drop a comment here, or email us anytime at podcast@teamkodeco.com [podcast@teamkodeco.com]. The post Kodeco Podcast: Mastering Multiplatform: Flutter vs KMP – Podcast V2, S3 E5 [https://www.kodeco.com/324890/multiplatform-v2-s3-e5] appeared first on Ray Wenderlich [https://www.kodeco.com].

15. mai 2025 - 1 h 24 min
episode Getting Started with Kotlin Symbol Processing artwork
Getting Started with Kotlin Symbol Processing

If you’ve ever grumbled at boilerplate code or watched your Kotlin build crawl, this episode is your shortcut to sanity. Android engineer and Kodeco veteran Dean Djermanović joins us to break down Kotlin Symbol Processing (KSP) — a powerful tool for clean code and fast builds. Whether you’re new to KSP or curious how it stacks up against kapt, Dean brings real-world insights, practical tips, and an inspiring journey from coder to conference speaker. Tune in to learn why KSP might just be your new favorite dev tool. [Subscribe in Apple Podcasts [https://itunes.apple.com/us/podcast/raywenderlich.com-podcast/id773910890]] [Listen in Spotify [https://open.spotify.com/show/7FoclmfzgcWDDMSwpNurUi]] [RSS Feed [https://www.raywenderlich.com/feed/podcast]] Interested in sponsoring a podcast episode? Check out our Advertise With Kodeco [https://offers.kodeco.com/advertise-with-kodeco] page to find out how! SHOW NOTES Join Jenn and Dru as they chat with Android engineer and Kodeco contributor Dean Djermanović about Kotlin Symbol Processing (KSP). Whether you’re curious about speeding up your Kotlin builds or tired of repetitive boilerplate, KSP might be the tool you didn’t know you needed. Dean walks us through how it works, when to use it, and how he’s applied it to real-world projects. Highlights from this episode: * What Kotlin Symbol Processing (KSP) is and how it helps Kotlin developers generate code more efficiently. * The differences between KSP and kapt—and why KSP is now the preferred approach. * A step-by-step walkthrough of building a simple KSP processor. * How Dean used KSP in production to automate mapper class generation and reduce manual updates. * Tips for learning KSP, avoiding common pitfalls, and integrating it smoothly into your projects. MENTIONED IN THIS EPISODE * Kodeco’s Kotlin Symbol Processing Tutorial [https://www.kodeco.com/33148161-write-a-symbol-processor-with-kotlin-symbol-processing] — Learn how to get rid of the boilerplate code within your app by using Kotlin Symbol Processor (KSP) to generate a class for creating Fragments. * DroidCon [https://www.droidcon.com] — Conferences where Dean has presented KSP use cases in real-world apps. * Kotlin Slack [https://slack.kotlinlang.org] — Look for the #ksp channel to connect with the KSP team and other devs using it. * Fuel your brain and body with Eggs in a Basket [https://www.thekitchn.com/eggs-in-a-basket-recipe-23198166]. CONTACT DEAN AND THE HOSTS * Find Dean on LinkedIn [https://www.linkedin.com/in/deandjermanovic/] and Bluesky [https://bsky.app/profile/dean995.bsky.social]. * Jenn on LinkedIn [https://www.linkedin.com/in/jenndotcodes/] * Dru on Mastodon [https://iosdev.space/@lordandrei]. * Email the Podcast Team [podcast@teamkodeco.com]. FOLLOW KODECO * Kodeco [https://www.linkedin.com/company/kodecodev/] on LinkedIn * Kodeco [https://x.com/kodecodev] on X/Twitter * Kodeco [https://www.facebook.com/KodecoDevelopers] on Facebook WHERE TO GO FROM HERE? We hope you enjoyed this episode of our podcast. Be sure to subscribe in Apple Podcasts [https://itunes.apple.com/us/podcast/raywenderlich.com-podcast/id773910890] or Spotify [https://open.spotify.com/show/7FoclmfzgcWDDMSwpNurUi] to get notified when the next episode comes out. Hoping to learn more about a particular aspect of mobile development or life and work as a dev? Please write in and tell us and we’ll do our best to make that happen! Write in too if you yourself would like to be a guest or your have a particular guest request and we’ll see what we can do. Drop a comment here, or email us anytime at podcast@teamkodeco.com [podcast@teamkodeco.com]. The post Kodeco Podcast: Kotlin Symbol Processing – Podcast V2, S3 E4 [https://www.kodeco.com/324872/ksp-v2-s3-e4] appeared first on Ray Wenderlich [https://www.kodeco.com].

08. mai 2025 - 41 min
episode All the Conferences artwork
All the Conferences

Thank you for your patience as extraordinary life events turned our schedule topsy turvy. Here, at last, is our All the Conferences episode, featuring iOS community luminaries Mikalea Caron and Matt Heaney. Whether you’re a seasoned speaker or just conference-curious, this episode is packed with insights on how to choose the right events, travel smart, and even lower your costs—sometimes all the way down to zero! [Subscribe in Apple Podcasts [https://itunes.apple.com/us/podcast/raywenderlich.com-podcast/id773910890]] [Listen in Spotify [https://open.spotify.com/show/7FoclmfzgcWDDMSwpNurUi]] [RSS Feed [https://www.raywenderlich.com/feed/podcast]] Interested in sponsoring a podcast episode? Check out our Advertise With Kodeco [https://offers.kodeco.com/advertise-with-kodeco] page to find out how! SHOW NOTES Join Suz and Dru as they sit down with indie iOS developer Mikaela Caron and Atomic’s new mobile engineering manager Matt Heaney. These two are not only passionate conference attendees—they’re frequent speakers, community leaders, and strong advocates for developer connection and growth. From how to break into speaking, to choosing your first conference, to eating your way through the Swift world tour, there’s something here for every dev. Highlights from this episode: * How submitting a CFP (Call for Proposals) could get you into conferences for free—and help launch your speaking career. * Tips for discovering new conferences, including the magic of CocoaConferences.com [https://cocoaconferences.com/]. * How to network at conferences, even if you’re introverted—and why just saying “it’s my first time” can be a superpower. MENTIONED IN THIS EPISODE * Fruitful [http://getfruitful.app/] — Mikaela’s app to stay connected with all the cool new friends you meet at conferences. * CocoaConferences.com [https://cocoaconferences.com/], a curated directory of English-language conferences tailored for developers working with Apple’s platforms—macOS, iOS, watchOS, and tvOS. * iOS Conferences for Mobile Developers in 2024 [https://www.kodeco.com/38368229-ios-conferences-for-mobile-developers-in-2024], dated now but many of these conferences recur annually. * Big List of Android Conferences in 2024 [https://www.kodeco.com/44176642-big-list-of-android-conferences-in-2024], as with the iOS resource above, this needs updating, but many of these conferences will hopefully be around for years to come. CONTACT MATT, MIKALEA, AND THE HOSTS * Find Matt on LinkedIn [https://www.linkedin.com/in/mattheaney23/]. * Learn more about Mikaela at MikaelaCaron.com [https://mikaelacaron.com]. * Suz on Mastodon [https://mastodon.cloud/@SuzGupta] and X [https://x.com/SuzGupta]. * Dru on Mastodon [https://iosdev.space/@lordandrei]. * Email the Podcast Team [podcast@teamkodeco.com]. FOLLOW KODECO * Kodeco [https://www.linkedin.com/company/kodecodev/] on LinkedIn * Kodeco [https://x.com/kodecodev] on X/Twitter * Kodeco [https://www.facebook.com/KodecoDevelopers] on Facebook WHERE TO GO FROM HERE? We hope you enjoyed this episode of our podcast. Be sure to subscribe in Apple Podcasts [https://itunes.apple.com/us/podcast/raywenderlich.com-podcast/id773910890] or Spotify [https://open.spotify.com/show/7FoclmfzgcWDDMSwpNurUi] to get notified when the next episode comes out. Hoping to learn more about a particular aspect of mobile development or life and work as a dev? Please write in and tell us and we’ll do our best to make that happen! Write in too if you yourself would like to be a guest or your have a particular guest request and we’ll see what we can do. Drop a comment here, or email us anytime at podcast@teamkodeco.com [podcast@teamkodeco.com]. The post Kodeco Podcast: All the Conferences – Podcast V2, S3 E3 [https://www.kodeco.com/324844/all-the-conferences-v2-s3-e3] appeared first on Ray Wenderlich [https://www.kodeco.com].

24. apr. 2025 - 44 min
episode App Marketing Secrets artwork
App Marketing Secrets

In our final episode of 2024, we’re thrilled to welcome fellow podcasters Malin Sundberg and Kai Dombrowski of Triple Glazed Studios. With a decade of experience in iOS and Mac development, Malin and Kai share how they’ve built thriving indie apps, established roots in new communities worldwide, and achieved repeated App Store features. Tune in to learn actionable insights that can help you grow your indie app business too! [Subscribe in Apple Podcasts [https://itunes.apple.com/us/podcast/raywenderlich.com-podcast/id773910890]] [Listen in Spotify [https://open.spotify.com/show/7FoclmfzgcWDDMSwpNurUi]] [RSS Feed [https://www.raywenderlich.com/feed/podcast]] Interested in sponsoring a podcast episode? Check out our Advertise With Kodeco [https://offers.kodeco.com/advertise-with-kodeco] page to find out how! SHOW NOTES Join Suz, Jenn, and Dru as they chat with Malin and Kai, the creative minds behind Triple Glazed Studios, to explore what it takes to run a successful indie app business. They share how they’ve combined their passion for creating great features with marketing strategies that feel natural—even for developers who’d rather code than pitch. Highlights from this episode: * Align your development cycles with Apple’s release calendar for maximum impact. * Research bylines to find writers and creators who are passionate about your niche. * Attend or host meetups to network and connect with like-minded developers (and make great friends along the way!). MENTIONED IN THIS EPISODE * Orbit [https://timeinorbit.com/] time tracking and invoicing, from Triple Glazed Studios. * Mercury Weather [https://mercuryweather.app/], also from Triple Glazed Studios. Choose Press Kit [https://mercuryweather.app/press/] for an excellent example of how to put one of these together. * How to get featured on the App Store [https://developer.apple.com/app-store/getting-featured/] (updated guidelines from Apple, new since the recording of this episode). * Join the Core Coffee [https://www.meetup.com/core-coffee-a-catch-up-for-ios-and-macos-developers/] meetup, either in person or online. * Peruse the developer documentation for Apple’s weather API, WeatherKit [https://developer.apple.com/weatherkit/], and Swift Charts [https://developer.apple.com/documentation/charts/]. CONTACT KAI, MALIN, AND THE HOSTS * Find Kai on Mastodon [https://mastodon.social/@kaidombrowski], Threads [https://www.threads.net/@kaidombrowski] or X [https://x.com/airkai]. * Find Malin on Mastodon [https://mastodon.social/@malin], Threads [https://www.threads.net/@malinsundberg] or X [https://x.com/malinsundberg]. * Suz on Mastodon [https://mastodon.cloud/@SuzGupta] and X [https://x.com/SuzGupta]. * Jenn [https://www.linkedin.com/in/jenndotcodes/] on LinkedIn. * Dru [https://iosdev.space/@lordandrei] on Mastodon. * Email the Podcast Team [podcast@teamkodeco.com]. FOLLOW KODECO * Kodeco [https://www.linkedin.com/company/kodecodev/] on LinkedIn * Kodeco [https://x.com/kodecodev] on X/Twitter * Kodeco [https://www.facebook.com/KodecoDevelopers] on Facebook WHERE TO GO FROM HERE? We hope you enjoyed this episode of our podcast. Be sure to subscribe in Apple Podcasts [https://itunes.apple.com/us/podcast/raywenderlich.com-podcast/id773910890] or Spotify [https://open.spotify.com/show/7FoclmfzgcWDDMSwpNurUi] to get notified when the next episode comes out. Hoping to learn more about a particular aspect of mobile development or life and work as a dev? Please write in and tell us and we’ll do our best to make that happen! Write in too if you yourself would like to be a guest or your have a particular guest request and we’ll see what we can do. Drop a comment here, or email us anytime at podcast@teamkodeco.com [podcast@teamkodeco.com]. The post Kodeco Podcast: App Marketing Secrets – Podcast V2, S3 E2 [https://www.kodeco.com/324703/app-marketing-v2-s3-e2] appeared first on Ray Wenderlich [https://www.kodeco.com].

30. des. 2024 - 45 min
episode How to Read Code artwork
How to Read Code

In the first full-length episode of this season, we go back to basics as Senior iOS Dev Mani Ramezan takes us through, step by step, how to come up to speed on a large code base. Whether you’re just starting a new role or beginning to contribute to a new open source project, listen along to learn some useful tips. [Subscribe in Apple Podcasts [https://itunes.apple.com/us/podcast/raywenderlich.com-podcast/id773910890]] [Listen in Spotify [https://open.spotify.com/show/7FoclmfzgcWDDMSwpNurUi]] [RSS Feed [https://www.raywenderlich.com/feed/podcast]] Interested in sponsoring a podcast episode? Check out our Advertise With Kodeco [https://offers.kodeco.com/advertise-with-kodeco] page to find out how! SHOW NOTES Tune in as Mani, Suz, Jenn and Dru start off talking about how to read a code base and venture off into a bevy of advice for newer devs. Listen all the way to the end to learn what Mani thinks human developers, even brand new ones, can do that AI that cannot. Some highlights: * Start with a bug, so you have a meaningful goal to guide your exploration. * Struggling at step one: setting up the build environment? Improve the process, then document for the next dev. * It’s OK to not know all the things. Start by treating each library as a black box. Wait to learn it until you need to. MENTIONED IN THIS EPISODE * Check out Simon B. Støvring’s Swift package to build a dependency graph [https://swiftpackageindex.com/simonbs/dependency-graph]. * Learn how to make a pull request [https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request]. * Use Xcode’s View debugger [https://developer.apple.com/documentation/xcode/diagnosing-issues-in-the-appearance-of-your-running-app] to see how a code base fits together. * GitHub Copilot, now available for Xcode [https://github.blog/changelog/2024-10-29-github-copilot-code-completion-in-xcode-is-now-available-in-public-preview/], is currently Mani’s favorite AI coding assistant. Proceed with caution and do not enter proprietary code or user data. * Come chat with us on Kodeco’s Discord [https://discord.com/invite/ZTUmDxX], where Mani’s a moderator! We never answer tech questions with just a link — we’ll always explain! LOOK AT JENN’S DEBUGGING BUDDY! Unicorn rubber ducky [https://files.koenig.kodeco.com/uploads/2024/11/unicorn-duck-412x500.jpg] Have fun with rubber duck debugging! CONTACT MANI AND THE HOSTS * Mani [https://www.linkedin.com/in/maniramezan/] on LinkedIn * Mani [https://github.com/maniramezan] on GitHub * Mani [maanmaan@mastodon.social] on Mastodon * Suz [https://x.com/SuzGupta] on X/Twitter * Jenn [https://www.linkedin.com/in/jenndotcodes/] on LinkedIn * * Dru [@lordandrei@iosdev.space] on Mastodon * Email the Podcast Team [podcast@teamkodeco.com] FOLLOW KODECO * Kodeco [https://www.linkedin.com/company/kodecodev/] on LinkedIn * Kodeco [https://x.com/kodecodev] on X/Twitter * Kodeco [https://www.facebook.com/KodecoDevelopers] on Facebook WHERE TO GO FROM HERE? We hope you enjoyed this episode of our podcast. Be sure to subscribe in Apple Podcasts [https://itunes.apple.com/us/podcast/raywenderlich.com-podcast/id773910890] or Spotify [https://open.spotify.com/show/7FoclmfzgcWDDMSwpNurUi] to get notified when the next episode comes out. Hoping to learn more about a particular aspect of mobile development or life and work as a dev? Please write in and tell us and we’ll do our best to make that happen! Write in too if you yourself would like to be a guest or your have a particular guest request and we’ll see what we can do. Drop a comment here, or email us anytime at podcast@teamkodeco.com [podcast@teamkodeco.com]. The post Kodeco Podcast: How to Read Code – Podcast V2, S3 E1 [https://www.kodeco.com/324679/read-code-v2-s3-e1] appeared first on Ray Wenderlich [https://www.kodeco.com].

25. nov. 2024 - 48 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⭐️⭐️⭐️
Phone screen with podimo app open surrounded by emojis

Rated 4.7 in the App Store

Prøv gratis i 14 dager

99 kr / Måned etter prøveperioden.Avslutt når som helst.

Eksklusive podkaster

Uten reklame

Gratis podkaster

Lydbøker

20 timer i måneden

Prøv gratis

Bare på Podimo

Populære lydbøker