<How to start an activity from a fragment, kotlin>...
# stackoverflow
u
How to start an activity from a fragment, kotlin I tried moving from a fragment to an activity in my app but it keeps crashing. val intent = Intent(activity, DestinationActivity::class.java) startActivity(intent) java.lang.RuntimeException: Unable to start activity ComponentInfo{user.destination/user.destination.contribute.DestinationActivity}: android.view.InflateException: Binary XML file line #18: Can't convert value at index 7 to dimension: type=0x4 at...