Re: [android-developers] Button and onClickListner help needed

2011-04-05 Thread Justin Anderson
Have you verified you are not getting in the onClick method? Try putting a Toast inside your onClick method and see whether or not you are getting in there... I don't see anything wrong offhand with your onClickListener... Thanks, Justin Anderson MagouyaWare Developer

[android-developers] Button and onClickListner help needed

2011-04-04 Thread Karl Kristian Markman
This is probably a really n00b question but none the less. I cant get a button to change view (or activity) this is my code for the button: [code] package com.markel.NSF; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import