Here's a bug that looks impossible until you understand Gson.
You have this data class in your Pokedex app:
data class PokemonStat(
@SerializedName("base_stat") val baseStat: Int,
val stat: StatInfo
Here's a bug that looks impossible until you understand Gson. You have this data class in your...
Here's a bug that looks impossible until you understand Gson.
You have this data class in your Pokedex app:
data class PokemonStat(
@SerializedName("base_stat") val baseStat: Int,
val stat: StatInfo

Let me be honest about a mistake I made this week. I was building the data layer of a Pokedex app. I...

I wrote the network layer of my Pokedex app, and then I sat there staring at it, genuinely...

This is a submission for DEV's Summer Bug Smash: Clear the Lineup powered by Sentry. ...

This is a submission for DEV's Summer Bug Smash: Smash Stories powered by Sentry. Two bugs, one...

The Mystery of the Ghost Responses: How a Lazy Code Habit Almost Ruined My College Project ...

This is a submission for DEV's Summer Bug Smash: Smash Stories powered by Sentry. The build was...