Is It Possible To Include DWG Trueview In The Android SDK As A Tool To Open And View a DWG File?

无人久伴 提交于 2019-12-04 21:28:16

We are developing an application...to open and modify a DWG file

What in particular do you need help with? You're going to be writing an entire application devoted to opening a specific format of a vector drawing file -- this is no small task.

DWG seems to be an open standard, you can find the specification here (PDF link). To give you an idea of the complexity, it's a 225 page PDF document. That said, you may be able to find an open source DWG Java library that you can modify to use with Android. A cursory Google search brought up jdwglib (Java DWG Library).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!