"is not abstact and does not override abstract method."
- by Chris Bolton
So I'm pretty new to android development and have been trying to piece together some code bits. Here's what I have so far:
package com.teslaprime.prirt;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import…