If the API returns a null value where you expect a string, your app will fail. You are silencing the compiler instead of fixing the problem. The right way to handle data: • Use generics for better ...
If the API returns a null value where you expect a string, your app will fail. You are silencing the compiler instead of fixing the problem. The right way to handle data: • Use generics for better ...