如何实现android的view的继承,是直接extend的吗?
如果是某些共同的逻辑的话,可以直接继承
对,public class xxx extends View
you got it, android is java