I get the error in the title when i run my application, I have checked the forums but all my Edit, text views are closed. I dont really understand what the problem is, everything looks fine to me.
<EditText
android:id="@+id/fairgroundName"/>
<EditText
android:id="@+id/rideName"/>
ride =(EditText)findViewById(R.id.rideName);
fairground =(EditText)findViewById(R.id.fairgroundName);
But I don't get what the problem is. Can anyone help please