ended7월 8일· 1 sources
My API Functions Had No Code Inside Them. So Who Was Actually Fetching the Data? (Interview Prep)
Why it matters
I wrote the network layer of my Pokedex app, and then I sat there staring at it, genuinely confused. interface PokeApi { @GET("pokemon") suspend fun getPokemonList( @Query("limit") limit: Int, @Query(...
1
Sources
+0
24h
—
Growth
75d
Active