Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
Technology
Health & Fitness
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/7f/8c/ec/7f8cec58-ed67-0eff-4d60-1ef17b161897/mza_10187075391833882833.jpg/600x600bb.jpg
Fragmented - Android Developer Podcast
Donn Felker, Kaushik Gopal
258 episodes
8 months ago
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.
Show more...
Technology
Education
RSS
All content for Fragmented - Android Developer Podcast is the property of Donn Felker, Kaushik Gopal and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
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.
Show more...
Technology
Education
Episodes (20/258)
Fragmented - Android Developer Podcast
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](https://fragmentedpodcast.com/episodes/257).
Show more...
8 months ago
47 minutes 39 seconds

Fragmented - Android Developer Podcast
256 - Rapid prototyping with Kotlin
In this episode, we talk about the art of rapid prototyping across various platforms and using Kotlin tech to get it done. Also, how will AI change this? Listen to find out more. You can find the [full shownotes over at fragmentedpodcast.com](https://fragmentedpodcast.com/episodes/256/).
Show more...
8 months ago
21 minutes 37 seconds

Fragmented - Android Developer Podcast
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](https://fragmentedpodcast.com/episodes/255/).
Show more...
8 months ago
31 minutes 32 seconds

Fragmented - Android Developer Podcast
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.com/episodes/254.
Show more...
10 months ago
49 minutes 16 seconds

Fragmented - Android Developer Podcast
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. Shownotes: https://fragmentedpodcast.com/episodes/253
Show more...
10 months ago
40 minutes 30 seconds

Fragmented - Android Developer Podcast
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 how to go from idea to code with less friction! You can find the full shownotes at https://fragmentedpodcast.com/episodes/252
Show more...
11 months ago
24 minutes 44 seconds

Fragmented - Android Developer Podcast
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
Show more...
11 months ago
18 minutes 22 seconds

Fragmented - Android Developer Podcast
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!
Show more...
1 year ago
34 minutes 6 seconds

Fragmented - Android Developer Podcast
249 - Java and the JDK: Powering the Android Landscape with Michael Bailey
In this episode, Michael Bailey helps us explore the complexities of Java versions in the Android ecosystem, discussing JDK, JRE, Android Studio settings, Android app settings like compileSdk vs minSdk vs targetSdk, and concludes by providing resources for further learning.
Show more...
2 years ago
54 minutes 54 seconds

Fragmented - Android Developer Podcast
248 - Feature Flags & A/B Testing: A Deep Dive with Ishan Khanna
In this Fragmented podcast episode, host Donn Felker invites Ishan Khanna for an in-depth discussion about feature flags and A/B testing. They delve into the benefits, implementation strategies, best practices, and available tools, offering listeners valuable insights and resources to enhance their understanding of these critical development techniques.
Show more...
2 years ago
1 hour 5 minutes 44 seconds

Fragmented - Android Developer Podcast
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.
Show more...
2 years ago
1 hour 6 minutes

Fragmented - Android Developer Podcast
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.
Show more...
2 years ago
55 minutes 32 seconds

Fragmented - Android Developer Podcast
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.
Show more...
2 years ago
54 minutes 47 seconds

Fragmented - Android Developer Podcast
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.
Show more...
2 years ago
9 minutes 34 seconds

Fragmented - Android Developer Podcast
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 what he learned.
Show more...
2 years ago
48 minutes 22 seconds

Fragmented - Android Developer Podcast
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.
Show more...
2 years ago
39 minutes 59 seconds

Fragmented - Android Developer Podcast
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.
Show more...
2 years ago
45 minutes 17 seconds

Fragmented - Android Developer Podcast
240: Important Kotlin Constructs
In this episode, Donn and Kaushik talk about 5 new-ish Kotlin constructs that you might not be aware of.
Show more...
2 years ago
55 minutes 12 seconds

Fragmented - Android Developer Podcast
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.
Show more...
2 years ago
12 minutes 4 seconds

Fragmented - Android Developer Podcast
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 work. We're hoping some of these tips help those affected by the recent tech layoffs.
Show more...
2 years ago
26 minutes 59 seconds

Fragmented - Android Developer Podcast
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.