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

Search results

  1. B

    Apps local class and new activity in simulator

    I am having trouble running my application as every time i try to run it the simulator gives me a an error. I looked through the Documentation but I couldn't find anything on user created classes. import android.app.Activity; import android.os.Bundle; import android.view.View; import...