• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. F

    Help Android Not finding the View Component

    This is main activity class I have. package com.example.fahman_khan75.testing; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.widget.TextView; import android.app.Activity; public class...