I am having a problem of class cast exception. Can anyone please help me out?
- by Piyush
This is my code:
package com.example.userpage;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
public class UserPage extends Activity {
String tv,tv1;
EditText name,pass;
…