[android-beginners] Re: setOnClickListener doesnt work after a call to startActivity()...

2010-05-17 Thread Issamux
class A { oncreate() { setContentView(R.layout.main); .. installApk(myapk.apk) } } ... private void InstallApk(String myapk) throws NameNotFoundException { Intent intent = new Intent();

Re: [android-beginners] Re: setOnClickListener doesnt work after a call to startActivity()...

2010-05-17 Thread Justin Anderson
I'm really at a loss as to how the code you provided is supposed to be helpful... You didn't even provide code for where you are using setOnClickListener... -- There are only 10 types of people in the world... Those who know