Fragmented - An Android Developer Podcast-logo

Fragmented - An Android Developer Podcast

Technology Podcasts

The Fragmented Podcast is a podcast for Android Developers hosted by Donn Felker and Kaushik Gopal. Our goal is to help you become a better Android Developer. 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.

Location:

United States

Description:

The Fragmented Podcast is a podcast for Android Developers hosted by Donn Felker and Kaushik Gopal. Our goal is to help you become a better Android Developer. 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.

Language:

English


Episodes
Ask host to enable sharing for playback control

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

7/10/2023
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 utilization, and how it relates to JAVA_VERSION on one's home path/terminal. As we dig deeper, we start to unpack some of the crucial Android app settings. From compileOptions to sourceCompatibility/targetCompatibility, we shed light on why these versions are important. We also demystify the compileSdk vs minSdk vs targetSdk, and how they interconnect. Drawing from Kaushiks's recent experience in building a new app, we provide real-life examples that can better clarify these topics for our listeners. We conclude the episode by providing some valuable resources for further understanding and exploration. This episode is designed to be a comprehensive guide to understanding and navigating the intricacies of Java versions in Android development. Links Michaely Fragmented Episode 9 (Google IO Special)Fragmented Episode 10 (core java)Fragmented Episode 78 (testing strategies)OpenJDK on GitHubFooJayCompile Options ReferenceSDK extensions@Yogurtearl explanationJpackageFind Michael Online @yogurtearl on TwitterDonn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Freelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast on Twitter or our YouTube channel Donn @donnfelkerdonnfelkerDonn's YouTubeDonn's WebsiteKaushik kau.shtwitter.kau.shmastodon.kau.shyoutube.kau.shDisclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:54:54

Ask host to enable sharing for playback control

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

6/26/2023
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 flagging, and how to measure its effectiveness. The show also focuses on the benefits and risks of feature flagging, along with ways to manage potential complexities in the codebase. We then delve deeper into the topic of feature flagging, covering how to get started, what to look for in a tool, and the role of testing. Discussion points include the best practices for rollout percentages, considerations for multi-platform implementation, and the specifics of targeting in feature flagging. The conversation wraps up with an exploration of available tools for those looking to introduce feature flagging or A/B testing frameworks into their operations, examining when it might be necessary to build a bespoke solution. The episode offers a wealth of resources for listeners, including links to an array of feature flagging and A/B testing tools, such as Firebase Remote Config, Optimizely, and LaunchDarkly. For more insight into the topics discussed, Ishan recommends his Droidcon Berlin talk on 'Customer Driven Development' and Stuart Frisby’s talk on A/B Testing. To reach out to Ishan, listeners can contact him via Twitter, LinkedIn, or his website. Links Here are the links mentioned in the document, in markdown format: Firebase Remote ConfigOptimizelyLaunchDarklyAWS AppConfig for Feature FlagsVWOUnleash - Open Source Feature FlagsPosthog Feature Flags and A/B TestingIshan's Droidcon Berlin TalkStuart Frisby's Talk on A/B TestingErindoesthingsContact Ishan Ishan on Twitter - @droidchefIshan on LinkedInIshan's WebsiteDonn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Freelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast on Twitter or our YouTube channel Donn @donnfelkerdonnfelkerDonn's YouTubeDonn's WebsiteKaushik kau.shtwitter.kau.shmastodon.kau.shyoutube.kau.shDisclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:01:05:44

Ask host to enable sharing for playback control

247: The Art of App Modularization with Siggi Jonsson

6/12/2023
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 forward, we'll dive into more advanced aspects of modularization, such as the challenges of scaling and the potential missteps in over-modularization. Drawing on real-world experiences, we'll examine the red flags that signal a need for revising your modularization strategy. This part of our discussion will also highlight some specific tools and techniques that can help manage and visualize your project's modularization, and Siggi will share his own experiences and insights into how these tools have assisted in his modularization strategy. In the final part of the episode, we'll touch on the benefits and strategies of proper modularization. Siggi will share practical advice on how to tackle big projects, fix issues with modularization, and make a smooth transition from monolithic to modular structures. We'll also talk about some tools that can be handy in this process. Before closing, Siggi will offer his top tips for developers embarking on their modularization journey and share some valuable resources to help them. Siggi will also provide updates on his latest work and how listeners can reach out to him. Links Sure, here are the links provided in the text, formatted in Markdown: Siggi Jonsson's Droidcon TalkGraph Assert PluginDependency Analysis Android Gradle PluginGraph Untangler Plugin by Siggi JonssonGraphVizGephiDriving architectural improvements with dependency metricsInaki Villar Twitter - Build Engineer Siggi MentionedFind Siggi online here: Siggi Jonsson on TwitterSiggi Jonsson on GithubSiggi Jonsson's WebsiteSiggi Jonsson on LinkedInKindredDonn's Git Course Need to learn Git? Donn has the course for you. In this FREE course, you'll learn everything you need to know to start working with Git daily. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Freelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast on Twitter or our YouTube channel Donn @donnfelkerdonnfelkerDonn's YouTubeDonn's WebsiteKaushik kau.shtwitter.kau.shmastodon.kau.shyoutube.kau.shDisclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:01:06:00

Ask host to enable sharing for playback control

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

5/29/2023
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-Inject. Fred explains the use and impact of DI in the Kotlin Multiplatform (KMP) world, considering Dagger’s current lack of KMP support and debating whether one should use separate DI tools for Android apps and KMP components. Delving further into Kotlin-Inject, we explore its features, usage, and how it differentiates itself from other DI solutions. Topics discussed include its unique handling of Scopes, its support of constructor injection, and its utility in building dependency graphs. Furthermore, we examine the timeless debate of Dependency Injection versus Service Locator. Toward the end of the episode, Fred presents his thoughts on the advantages and disadvantages of exclusively using Kotlin-Inject throughout an application. We also tackle the concept of “Vanilla Injection” - refraining from using DI libraries at all. For further learning, we recommend resources like Fred's insightful article on transitioning from Dagger/Hilt to Kotlin-Inject, a Dagger issue discussing KSP support, and a Kotlin-Inject discussion on Anvil-like features. Links to these resources, among others, are provided below. Don’t miss out on this engaging and informative episode with Fred Porciúncula! Links Kotlin Inject LibraryFred's Kotlin Inject ArticleTesting with Kotlin InjectKotlin Inject Scope IssuePulling code out of the platform classDI vs Service LocatorsDagger KSP SupportKotlin Inject Anvil Like FeaturesMaking Your Android Application Work on iOS (Touchlab mentioning interfaces over expect)Moko ResourcesKlima EngineeringFind Fred Online Here Twitter - @tfcporciunculaandroiddev.social/@fredKlima Engineering BlogDonn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast on Twitter or our YouTube channel Donn @donnfelkerdonnfelkerDonn's YouTubeDonn's WebsiteKaushik kau.shtwitter.kau.shmastodon.kau.shyoutube.kau.shDisclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:55:32

Ask host to enable sharing for playback control

245: Treehouse, Redwood and Zipline with Colin White

5/15/2023
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 JavaScript land. This allows you to update the application logic of your apps without the traditional song and dance of the app store approval and release process. Treehouse is the combination of both libraries, Redwood and Zipline. Listen in to learn more ... Links RedwoodZiplineQuickJSKotlin Conf Talk on TreehouseDroicon NY talk - RedwoodDroidcon NY talk - ZiplineFind Colin Online here Twitter - @colinwhiMastodonAndroidJobs.IO AndroidJobs.IOContact @fragmentedcast on Twitter or our Youtube channel Donn @donnfelker (Twitter)donnfelker (Instagram)Donn's YouTubeDonn's WebsiteKaushik kau.sh@kaushikgopal (Twitter)mastodon.kau.shkaushikgopal - YouTubeDisclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:54:47

Ask host to enable sharing for playback control

244: Reviving Our Passion for Android Development

5/10/2023
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 AndroidJobs.IOContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or kau.sh/blog or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:09:34

Ask host to enable sharing for playback control

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

4/10/2023
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 ... Links RheaplyDonn's Git Course Need to learn Git? Donn has the course for you. In this FREE course, you'll learn everything you need to know to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or kau.sh/blog or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:48:22

Ask host to enable sharing for playback control

242 - Kotlin Code Formatting with ktfmt and spotless

3/20/2023
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, make it much more uniform and easier maintain. We talk about ktfmt, a Kotlin code formatter that was released by Facebook. We dive into ktlint, detekt and more. We also dive into spotless which can help you by integrating ktfmt into your gradle build pipeline. Links websitegithubgithubwebsitewebsiteDonn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or kau.sh/blog or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:39:59

Ask host to enable sharing for playback control

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

1/10/2023
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 ... how to doing a project like the 24 hour MVP can remove fear, uncertainty and doubt and help you ship your side project/products faster. Links Donn's 24 Hour Project - EXIFRJumpstart Rails Template that Donn UsedBooks-AI AppFlorian WaltherOpen AIDonn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or kau.sh/blog or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:45:09

Ask host to enable sharing for playback control

240: Important Kotlin Constructs

12/15/2022
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: 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 ConstructsSAM Interface - Kotlin DocsFunction Types - Kotlin DocsType Aliases - Kotlin DocsImport Alias - Kotlin DocsValue Class - KEEPData Object - KEEPEnjoy! Donn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or jkl.gg/b or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:55:09

Ask host to enable sharing for playback control

239: Require PR Reviews with CODEOWNERS

11/28/2022
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 pattern of files and they will be required to review the PR before it can be merged. This helps prevent unwanted changes to files that may or may not be owned by one team or another. This is useful as teams grow larger and need more control over the changes in their application codebase. Links CODEOWNERS GitHub DocEpisode 012 - CI and Collective Code OwnershipGitHub Organization TeamsDonn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or jkl.gg/b or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:12:04

Ask host to enable sharing for playback control

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

11/21/2022
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: Ancillary Tips to Boost Your Chances of Landing a Job: Links LinkedIn Open to Work FeatureLinkedIn Resume BuilderAndroid JobsDonn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or jkl.gg/b or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:26:58

Ask host to enable sharing for playback control

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

11/14/2022
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 TutHub.ioCoding in Flow YouTubePhilip Lackner's Compose PlaylistEpisode 231: Learning Jetpack Compose with Vinay GabaEpisode 171: Jetpack Compose with Leland Richardson from GoogleDonn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or jkl.gg/b or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:40:09

Ask host to enable sharing for playback control

236: A Terminal for Android?

10/25/2022
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 course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or jkl.gg/b or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:38:22

Ask host to enable sharing for playback control

235: Pair programming with Ben Orenstein & Tuple

9/20/2022
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. Enjoy! Links Pragmatic ProgrammerTweet: Best Android Studio Pair Programming Servicelearntopair.com - Tuple's Pair programming guideSpeaking for HackersTuple App - OSSRefactoring from Good to Great by Ben OrensteinIdea to Validation to Launch - Microconf 2019Write code faster: expert-level vimContact Ben is @r00k listen to his podcast - The Art of Product Follow @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) kau.sh's blog or @kaushikgopal (on Twitter)

Duration:00:53:45

Ask host to enable sharing for playback control

234: More Product. Less Architecture?

8/8/2022
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 joy to use on Android? Let us know on Twitter at @donnfelker and @kaushikgopal and @fragmentedcast Donn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or jkl.gg/b or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:01:00:12

Ask host to enable sharing for playback control

233: UI Screenshot Testing with Paparazzi and John Rodriguez

6/29/2022
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 looking to incorporate screenshot testing into your app, this is the episode for you. Links Paparazzi Project websiteGitHub RepoJohn's TwitterCashapp GitHubTestParameterInjectorFragmented Episode 52Donn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or jkl.gg/b or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:49:20

Ask host to enable sharing for playback control

232: Frustration, Flow State and "The Madness"

6/13/2022
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, yell at himself for not time boxing it and then he had to refocus. This piqued Kaushik's interest and they decided to hit record to talk about this topic as its something they both deal with and have also hear many other developers deal with too. The "Madness" is when you get consumed by your work and you're so passionate that you lose track of time, eating and more. You've become consumed ... you have "The Madness". This happens to all developers, and Donn and Kaushik talk about how to not let this derail your day when you have other responsibilities as well as life and work. We hope you enjoy today's off the cuff developer discussion. Donn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or jkl.gg/b or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:43:41

Ask host to enable sharing for playback control

231: Learning Jetpack Compose with Vinay Gaba

6/6/2022
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 on the parts of Compose, such as the compiler, runtime, UI, foundation, and more. They wrap up by talking about Unidirectional State flow and by answering the hot question ... "Is Jetpack Compose ready for production?" If you're looking to learn more about Jetpack Compose, this is an episode for you. Links Vinay's TwitterVinays Learning Jetpack Compose by Example VideoJetpackCompose.app (find the Jetpack Compose component you're looking for by typing in the XML equivalent)ShowKase - A library to organize, discover and visualize your Jetpack Compose ElementsJetpack Compose Official DocsCompose RuntimeInside Jetpack Compose DiagramEP 172EP 196Donn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or jkl.gg/b or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:49:46

Ask host to enable sharing for playback control

230: Feeling Like an Idiot

5/30/2022
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 forward. Donn's Git Course Need to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here. AndroidJobs.IO AndroidJobs.IOSoftware Freelancing Donn's Freelance Faction CommunityFreelance Tactics BookDonn's Freelancing Content on YouTubeContact @fragmentedcast or our Youtube channel @donnfelker and donnfelker (on Instagram) Freelancing for Mobile Developers (Donn's YouTube) kaushikgopal (on YouTube) or jkl.gg/b or @kaushikgopal Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Duration:00:18:53