Join the Newsletter

Subscribe to get our latest content by email.

    We respect your privacy. Unsubscribe at any time.

    Fragmented | #androiddev Podcast

    2020

    Download directly

    In this episode KG and Donn talk about KG’s recent jaunt with Docker. In the attempt to setup continuous deployment for his blog, KG explains his simple requirement and how it lands up requiring some basic Docker. Donn then closes it out with some interesting in-depth knowledge on how to use Docker

    Download directly

    It finally happens! KG and Donn talk about Coroutines with two experts at Google Manuel & Sean. We’ve waited quite sometime on Fragmented to discuss this topic. We wanted to make sure Coroutines was mature enough to be compared with the contenders. Listen to find out more!

    Download directly An important announcement.

    2019

    Download directly

    In this decompress episode, Donn and KG talk about how their 2019 went. It goes from Dagger talk to Kotlin talk to Kotlin Conf talk. Give it a listen and enjoy!

    Download directly

    How do you know what to test when you don’t even know how to write the code that you need to test? This is a paradox that many developers find themselves in daily.

    In this episode Donn talks about his strategy for dealing with unknowns in programming, namely around testing and how to figure out how to write tests for new code that might be difficult, unfamiliar or even legacy code.

    Download directly

    App Modularization has plenty of benefits and a lot of Android devs today are starting to modularize their android app.

    A common problem though that most folks will start to run into is – how do you manage your database objects in these modules? do you create a single module with all your database dependencies (modularize by layer), do you do the right thing and modularize by feature so each module has it’s own database file etc.?

    In this episode Kaushik grapples with that question and tries to come up with an answer.

    Download directly

    In the world of Functional programming where pure functions don’t encourage side-effects, how does on actually do any IO?

    So in this brave new world where everyone is adopting more FP principles, do we just stop doing database operations? Listen to this episode to find out.

    Download directly

    In this episode of Fragmented, Donn talks about when it’s appropriate to comment your code.

    Donn then dives into the types of code comments, when you might want to comment vs when you might not want to (depending upon your consumer) and then gets into how he decides to comment his code with a simple two-step process.

    Enjoy!

    Download directly

    In this episode of Fragmented, Kaush breaks down how he begins creating and writing technical talks, using a talk he’s about to give at the Mobilization Conference.

    Enjoy!

    Site Icon