clicklistener - android - base activity click listener -


i have baseactivity of other activities extending this. have public item activites can open it. how can listen view's click baseactivity ?

example

 activity 1 (base) > videoactivity > loginview  activity 1 (base) > musicactivity > loginview 

i have button in login view , when click gives error videoactivity don't have method clicklistener. click listener method @ baseactivity

waiting

assuming loginview extends baseactivity , baseactivity implements onclicklistener

button.setonclicklistener(new youronclicklistener(), loginview.this); 

if doesn't fix problem please post relevant code


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -