Join Slack
Powered by
If I get a parcelable extra from an intent how can...
# android
s
stoyicker
09/07/2016, 1:59 PM
If I get a parcelable extra from an intent how can I convince the compiler that it's of one specific type? (the likes of
Copy code
intent.getParcelableExtra(key) as Type
or
Copy code
intent.<Type>getParcelableExtra(key)
, but something that works)
Open in Slack
Previous
Next