Android Question Open cad files

microbox

Active Member
Licensed User
Longtime User
Hello everyone,
I learned how to open files with *.docx,*.xlsx, and *.pptx type files using the following..
B4X:
 i.SetType("application/msword")
i.SetType("application/vnd.ms-excel")
i.SetType("application/vnd.ms-powerpoint")
but how I do it when it is *.dwg (CAD)file type?

Thanks in advance.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…