java - Trying to extend a class, while onseekbarchangelistener is implemented? -


i have 3 classes working with, drawing view sits inside of drawing box , tools button. tools button has seekbar , listener size change of stroke, stroke in canvasview class, trying extend canvas view tools class have

public class toolbox extends appcompatactivity implements seekbar.onseekbarchangelistener 

when try add extends canvasview error. how go doing this?

the error not in implements onseekbarchangelistener, in extending canvas. can extend 1 class in java. toolbox extends appcompatactivity.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -