Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以通过本机代码访问用 Java 创建的 View 对象?我想使用 Java 创建一些带有控件(按钮、文本视图等)的布局。在通过本机代码(使用 OpenGL ES)在此布局的某些区域绘制之后。有可能的?
一般来说是的。
这种模式称为外观。在自身中集成更多类并暴露简单方法的类,可以从本机代码中调用。您将此对象传递给本机代码并从本机代码访问它。
http://en.wikipedia.org/wiki/Facade_pattern