Autodesk-Forge / viewer-android-sample

Translate and view on Android: Demonstrates how to translate a 2D/3D file and view in the browser for Android devices
MIT License
19 stars 11 forks source link

Work with dwg in android #1

Closed Sergey63 closed 8 years ago

Sergey63 commented 8 years ago

Hi. I want create android application with next features - create, view and edit dwg file for get experience work with android and dwg files. But i noticed that this example use browser. Could you give me advice?

leefsmp commented 8 years ago

Hi Sergey, unfortunately at the moment there is no API provided by Autodesk that allows you to create, view or edit .dwg on mobile platforms. You can use the AutoCAD.IO web service which can be invoked by http calls from an android app. This allows you to create, query and edit .dwg. You can then use View & Data API to view the .dwg inside a webview.

Here are links to the developer documentation, let us know if you have more specific questions:

https://developer.autodesk.com/api/autocadio https://developer.autodesk.com/api/view-and-data-api

IdioticMadman commented 8 years ago

@Sergey63 Have you solve problem? Can give some advise to me?

leefsmp commented 8 years ago

I don't think anybody can "solve" the problem with couple lines of code, as I mentioned in my previous reply no available technology at the moment allows to perform direct edits of a .dwg on a mobile device. Take a look at the links I provided.

Sanmoy1 commented 2 years ago

Is there any api to work with .dwg file now?