Fragmented - Android Developer Podcast - podcast cover

Fragmented - Android Developer Podcast

Donn Felker, Kaushik Gopalfragmentedpodcast.com
The Fragmented Podcast is the leading Android developer podcast started by Kaushik Gopal & Donn Felker. Our goal is to help you become a better Android Developer through conversation & to capture the zeitgeist of Android development. We chat about topics such as Testing, Dependency Injection, Patterns and Practices, useful libraries, and much more. We will also be interviewing some of the top developers out there. Subscribe now and join us on the journey of becoming a better Android Developer.
Download Metacast podcast app
Podcasts are better in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episodes

257 - Future of AndroidDev in an AI world with Vinay Gaba

Join us as we talk with Vinay Gaba, Android GDE and leading voice in Android development, about the future of the field. Vinay shares insights from interviews with top Android devs on their three-year predictions, and offers his own perspective. We cover AI's impact, evolving development roles, and crucial future skills. You can find the full shownotes over at fragmentedpodcast.com . Show Notes Vinay's personal website Dispatch - Jetpack Compose newsletter Issue #11 - Future of AndroidDev Cursor...

Mar 04, 202548 minEp. 257

256 - Rapid prototyping with Kotlin

In this episode, we dive into the power of rapid prototyping for Android developers using Kotlin. We explore how this crucial skill can impress stakeholders, accelerate your workflow, and help you stay ahead in today's fast-paced tech landscape. We'll cover use cases across scripting, web development (with Ktor & HTMX), mobile apps (Jetpack Compose), and even touch upon how AI is changing the game! You can find the full shownotes over at fragmentedpodcast.com . Show Notes Simple scripting St...

Feb 24, 202522 minEp. 256

255 - Data Oriented Programming

In this episode, we dive into the programming paradigm — Data Oriented Programming (DOP) and why making data the star can simplify your code. Learn how well-modeled data reduces defensive logic, prevents invalid states, and keeps your apps stable. We’ll also contrast DOP with Object Oriented Programming (OOP) and Functional Programming (FP), sharing practical examples, tips, and resource links to deepen your understanding. The full shownotes with illustrations are on fragmentedpodcast.com . Show...

Feb 18, 202532 minEp. 255

254 - 8× faster 5× memory savings with Dan Rusu’s Immutable Arrays

In this episode, discover how Dan Rusu’s pods4k Immutable Arrays library can deliver 2–8× speed boosts and 5× lower memory usage in Kotlin/Android apps. We first revisit the fundamentals of autoboxing/unboxing and immutability to understand their impact on performance. Then we hear from Dan himself on his library, motiviations for building it, how the benchmarks were calculated and much much more. Our grand finale episode for 2024. Hope you enjoy it! Full Shownotes at https://fragmentedpodcast.c...

Dec 24, 202449 minEp. 254

253 - logcat - a new look at logging with Piwai from Square

Kaushik looks at a new logging library from Square called logcat . He starts by seeing how the popular Timber library does it along with the benefits. He then interviews Pierre-Yves Ricau (Piwai) of Square, the creator of logcat, to explore its origins and advantages. You can find the full shownotes over at fragmentedpodcast.com . Show Notes Timber logcat Motivations in README Compiler plugin issue Playground android app demonstrating logcat bitdrift.io Design of everyday things Previous episode...

Dec 10, 202441 minEp. 253

252 - Everyone needs a starter template

In this episode of Fragmented, Kaushik dives into the importance of creating your own starter template to streamline app development and minimize decision fatigue. He shares insights from his own starter template - Playground Android . Looking to the future, JetBrains has an exciting tool called Amper that might make all of this much easier. Kaushik chats with JetBrains’ Márton Braun about Amper, an exciting new tool that could revolutionize Kotlin & Android project setups. Tune in to learn ...

Nov 26, 202425 minEp. 252

251- There's a new king in DI town

In this episode, Kaushik explores the evolution of dependency injection (DI) in Android development. Dagger has been the de-facto solution for DI in Android but there might be a new king in DI-town. He also chats with friend of the show and dependency injection expert Ralf Wondratschek for a final gut check. Shownotes: https://fragmentedpodcast.com/episodes/251

Nov 12, 202418 minEp. 251

250 - Bittersweet beginnings

We're back from the hiatus with our SemiQuicentennial episode! With the momentous 250 comes some big announcements and a shift in the way we do things. Listen to find out the details! Shownotes: https://fragmentedpodcast.com/episodes/250

Oct 29, 202434 minEp. 250

249 - Java and the JDK: Powering the Android Landscape with Michael Bailey

In this episode of our podcast, we explore the diverse landscape of Java versions within the Android ecosystem. Our guest is Michael Bailey, a seasoned Java expert who has been a frequent presence on our show since the early days of our podcast. We kick off with a solid foundation, discussing the differences between JDK and JRE, as well as the distinctions between the available Java JDKs. We also guide listeners through Android Studio settings, exploring how to select a suitable JDK, its utiliza...

Jul 10, 202355 minEp. 249

248 - Feature Flags & A/B Testing: A Deep Dive with Ishan Khanna

In this edition of Fragmented, we're thrilled to host Ishan Khanna, a software engineer at Tinder who possesses great enthusiasm for feature flags and A/B testing. Donn discusses why he invited Ishan on the show, highlighting Ishan's passion for feature flagging and A/B testing. The conversation kicks off with an insightful story from Ishan about feature flagging at Booking.com, leading to a discussion on the difference between A/B Testing and Feature Flags, when and why to introduce feature fla...

Jun 26, 20231 hr 6 minEp. 248

247: The Art of App Modularization with Siggi Jonsson

In this episode, we talk to, Siggi Jonsson. Siggi helps guide us through the complex and often confusing world of Android app modularization. Our conversation will begin by shedding light on the importance of modularization, what triggers the need for breaking projects into multiple modules, and how modularization relates to team size, feature teams, and code ownership. This discussion is aimed at demystifying how and why developers often choose to modularize their applications. As we move forwa...

Jun 12, 20231 hr 6 minEp. 247

246 - Dependency Injection: Kotlin Inject with Fred Porciúncula

In this podcast episode, we have the pleasure to host Fred Porciúncula, a Google Developer Expert (GDE) known for his work with Kotlin Inject and his invaluable contributions to the Android development community. Fred offers his expertise on Dependency Injection (DI), Kotlin Multiplatform (KMP), and how they intersect. We kick off the conversation by discussing Dependency Injection (DI), its importance, and the options available to developers, including Dagger, Hilt, Anvil, Koin, and Kotlin-Inje...

May 29, 202356 minEp. 246

245: Treehouse, Redwood and Zipline with Colin White

In this episode, Donn and Kaushik talk to an old friend of the show, Colin White, about Treehouse, a combination of the Redwood and Zipline libraries. Colin is a Staff Engineer at Cash App (Block). Redwood is a multiplatform Compose library that allows you to target multiple UI toolkits on various native platforms. Ultimately this allows you to share presentation logic. Zipline is a multiplatform JavaScript engine for Android, iOS, and the JVM, which uses Kotlin for calls in/out of the JavaScrip...

May 15, 202355 minEp. 245

244: Reviving Our Passion for Android Development

In this episode, Donn and Kaushik announce that they are steering the podcast back into Android waters. In other words, the Fragmented Podcast is returning to its roots ... we're back to being a 100% Android Development focused show. We're glad to have you as a listener, here's to the future of Android Development. 🚀 AndroidJobs.IO Job postings are FREE on AndroidJobs.IO 🎉 Sign up to get notified of new jobs on a weekly basis as well. AndroidJobs.IO Contact @fragmentedcast or our Youtube chann...

May 10, 202310 minEp. 244

243: Mastering the Art of Switching Careers in Tech with Dan Lew

In this episode, Donn and Kaushik talk to long-time friend Dan Lew about his recent career switch from Android developer to TypeScript/Node.js/Progressive Web App Developer (and more). It's an interesting discussion that covers ... Why Dan decided to leave the Android world The challenges he faced when he moved from one tech stack to another How to prepare for a big change like this (mentally, financially, etc.) How to create the life you want live vi by identifying what's important to you and m...

Apr 10, 202348 minEp. 243

242 - Kotlin Code Formatting with ktfmt and spotless

In this episode, Donn and Kaushik talk about one of the age old bike shedding topics - code formatting, and how you can solve it with automation and tools. Code formatting can turn into an endless debate amongst peers and teams, and what Kaushik and Donn have found is that this can be delegated to a tool and automated. Freeing you and your team of having to worry about proper indentation, bracket placement, etc. By relying on a well defined tool and some automation you can clean your code up, ma...

Mar 20, 202340 minEp. 242

241: The Pressure to Ship. Fear, Uncertainty and Doubt

In this episode, Donn and Kaushik talk about the fear of shipping, some impostor syndrome and how it contributes to uncertainty and doubt in your capabilities as a software developer. Recently Donn embarked on a mission to come up with an idea and ship it within 24 hours (which he did do). The end result was a net benefit of confidence, speed and skill acquisition. This helped reduce any doubt, uncertainty and ultimately fear of shipping a product faster. That's what this conversation is about ....

Jan 10, 202345 minEp. 241

240: Important Kotlin Constructs

In this episode, Donn and Kaushik talk about 5 new-ish Kotlin constructs that you might not be aware of. The constructs that they talk about are: fun interface (SAM - Single Abstract Method), and they juxtapose them vs function types type alias import alias value class data object You'll learn what they are, how you can use them and when or when you might not want to use them, and more. We hope you enjoy. Links Kaushik's Blog Post - Important Kotlin Constructs SAM Interface - Kotlin Docs Functio...

Dec 15, 202255 minEp. 240

239: Require PR Reviews with CODEOWNERS

In this short episode, Donn talks about the CODEOWNERS file and how it can help you ensure teams review the code that they are responsible for before merging. The CODEOWNERS file is a file that you drop into the root of your project (or into the /docs or .github/ directory) that tells GitHub (or whatever git host you're using) to require a review for any code changes that match the patterns as defined in the CODEOWNERS file. You'll specify a matching pattern and users, or teams that own that pat...

Nov 28, 202212 minEp. 239

238: How to Land a Job (if you got laid off or if you're just starting out)

In this episode, Donn talks about the tips and tricks he's used over the last 20 years of consulting, freelancing and working full time to find jobs and new opporftunities. We're hoping some of these tips help those affected by the recent tech layoffs. These are tips that Donn still uses to this day. They work wonders to help you land a job quickly when you do them. The tips: Update your LinkedIn Profile and Build a Resume with the LinkedIn Resume Builder Set your LinkedIn status to "Open to Wor...

Nov 21, 202227 minEp. 238

237: Compose vs XML - Which one should you learn as an Android Dev?

In this episode, Donn and Kaushik talk about their thoughts on Jetpack Compose and XML for Android layouts and which one you should learn first. As with every conversation in tech ... it depends on what you're trying to do, where you are at in your career, what the company is doing and more. Donn and Kaushik go into both of their thought processes around Compose and XML and when you should learn one or the other, or even both and whether Jetpack is the future ... or is XML here to stay? Links Tu...

Nov 14, 202240 minEp. 237

236: A Terminal for Android?

In this episode, Donn and Kaushik talk about the thought of having a terminal for Android. Have you ever wished you could whip up a quick script to get the current location of a device, add it to cron and do some automated tasks on your phone? Wouldn't it be nice to have low level access to your system like you do on your desktop? In this episode, Donn and Kaushik dive into the details of what that might look like and why they find it intriguing. Donn's Git Course Need to learn Git? Donn has the...

Oct 25, 202238 minEp. 236

235: Pair programming with Ben Orenstein & Tuple

In this episode, Kaushik goes solo and interviews Ben Orenstein. Ben is a prolific Ruby developer, an amazing conference speaker, an ardent vim-ster, and now the CEO of Tuple. Kaushik has been a big fan of Ben's work and was super stoked to talk to Ben and pick his brains on a host of topics: starting the company Tuple, pair programming in general, learning different programming languages and technology, giving better conference talks and more! This episode is chock full of wisdom from Ben. Enjo...

Sep 21, 202254 minEp. 235

234: More Product. Less Architecture?

In this episode, Donn and Kaushik talk about how many Android applications seem to suffer from the disease of over-architecture while neglecting the product (UI/UX) itself. They discuss why this is deterimental to the user experience in the Android platform and how they've seen it evolve over the years. They attempt to provide some thoughful ideas on how this can be rectified in the future and more. We're looking for your feedback on this show. What are your favorite product apps that are just a...

Aug 08, 20221 hrEp. 234

233: UI Screenshot Testing with Paparazzi and John Rodriguez

In this episode, Donn and Kaushik talk to John Rodriguez (jrod) about the Paparazzi library which allows you to perform UI screenshot testing on Android without an emulator or physical device. They talk to John about what screenshot testing is, why it's important, advantages and it's disadvantages as well. You'll learn how to use Paparazzi and how it can test various different screen configurations without having to run an emulator. You read that correct ... without an emulator. If you're lookin...

Jun 29, 202249 minEp. 233

232: Frustration, Flow State and "The Madness"

In this episode Donn and Kaushik talk about frustration, finding "flow state" and how it's known as "the madness" and how to deal with it. We originally were going to talk about an other topic, but during the off air banter Donn brought up how he was frustrated with losing/burning so much time on a task that he had for his side project. He only meant to spend a little bit of time on it and then spent WAY more time than he meant to. He got to the point where he had to stop working on the project,...

Jun 13, 202244 minEp. 232

231: Learning Jetpack Compose with Vinay Gaba

In this episode, Donn and Kaushik talk to Android GDE Vinay Gaba about learning Jetpack Compose. They talk about how to learn how to use Jetpack Compose by example (and Vinay's excellent talk by the same name ). How to use Jetpackcompose.app to help you find the right Jetpack Compose component and how to use ShowKase to organize discover and visualize your Jetpack Compose Elements. We then dive into why someone might want to learn Jetpack Compose and how to start learning it. They touch briefly ...

Jun 06, 202250 minEp. 231

230: Feeling Like an Idiot

In this episode Donn talks about that pit of the stomach feeling we all get when we feel like we should know something but we don't. It's that voice in our head as developers that makes you feel like an idiot even when you're not. Donn gives examples of how even senior engineers are subject to this feeling and how they are often the ones to not speak up about it simply because of their experience level and seniority. This episode talks about why we get this feeling and how to combat it going for...

May 30, 202219 minEp. 230

229: Native Where You Need It with Turbo (Launch Your Side Projects Faster)

In this episode, Kaushik peppers Donn with questions about his foray into Android Turbo, Hotwire, and the concept of "Native Where You Need It". Donn recently launched Android Jumpstart, the Android client for the Jumpstart Rails trifecta. Jumpstart Rails allow you to launch your SaaS business much faster than if you were to do it from the ground up. The Android client for Jumpstart Rails builds on top of Turbo and Hotwire, two technologies that help power the Hey email client and Basecamp (the ...

May 23, 20221 hr 3 minEp. 230

228: Expo Development with Konstantin Liakhovskii

In this episode Donn and Kaushik talk to Konstantin Liakhovskii about Expo development and how it takes cross platform development and its productivity to the next level. Konstantin dives deep into the usages and reasons why Expo (and React Native) are still very good options for companies that are looking to adopt a cross-platform application. Links from the show Expo.dev Konstantin's Twitter Reactive Native Episode with Gabriel Peal #129 Reactive Native Episode with Gabriel Peal #130 (Part 2) ...

Apr 18, 202257 minEp. 228
For the best experience, listen in Metacast app for iOS or Android
Open in Metacast