2019

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!

Download directly

As Android developers we know Java and now Kotlin. But to become even more seasoned developers, learning newer languages can be a level booster.

The list can go on and on, especially if you’ve been in the industry awhile. So, when does it make sense for you to learn a new language?

When should you learn a new language? When does it make sense? How do you do it?

In this episode KG and Donn discuss the merits of learning new languages, what new languages they’ve picked up and how they feel its important for them and their careers as developers.

Download directly

How do you know if some code is over-engineered?

What does that even look like?

How do you know if you’re over-engineering the code that you’re writing?

What if you recently started at a new company, how do you know if the code you’re working with is over-engineered?

In this episode, Kaushik and Donn go back and forth on this topic …

Download directly

Kotlin isn’t a magic bullet that prevents NullPointerExceptions.

Not at all.

What Kotlin does do is force you to think about how you want to handle your nulls. through Kotlin forcing you to think this through, the hope is that you’ll avoid NullPointerExceptions. The only problem is, Kotlin has the !! operator, also known as the “Not Null Assertion Operator”. This operator basically says “Hey Kotlin, trust me, I’m a pro, I know what I’m doing … I KNOW THIS WON’T BE NULL”.

This… is a code smell.

In this episode, Donn walks through why Kotlin’s Not Null Assertion Operator (!!) is a code smell and what you can do to alleviate it.

Download directly One question that Kaushik and I get all the time is this … I’m starting to learn how to build Android apps, which language should I learn? Kotlin or Java? In this episode Donn answers this question and gives valid points on why both languages are valid options and why you might want to consider one over the other. He provides caveats to why you might want to use one language over another and some of the trade offs of Java and Kotlin and how they operate together.
Download directly Kaushik is back in this weeks podcast. 🎉 Donn and Kaushik talk about testing RxJava streams with a Kotlin extension method and how and when to test various scenarios. Donn talks about his thoughts on the Testing Pyramid and why he thinks it’s incorrect and how you can help shift your thinking in regards to it. They then talk about IDE themes and how the theme can help you with your day to day development and more.

Download directly

This week Donn talks about what pattern you should use when developing your application. Is it MVP? MVVM? Mabye MVI? Perhaps it’s something else. Find out in this episode.

We hope you enjoy …