开发者

Can the ordinary android view extend with GLSurfaceView?

I am trying to use the GLSurfaceView to draw image in my android ordinary view. But I heard that开发者_如何学Go the a view can't extends other view. Really, Can I do this?


To avoid the diamond problem, the Java language only allows you to extend one class.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜