Load 3D Models and see how to do it
3D Model Viewer loads three-dimensional model files on Android and displays them on screen, where they can be examined interactively. Its stated purpose is twofold: it functions as a viewer for models the user already has, and it serves as a worked example of how model loading and rendering are implemented on the platform.
Because the project is released under the MIT license and doubles as a demonstration, its source is intended to be read as well as run. Developers who need to display geometry inside their own Android applications can use it as a reference implementation rather than starting from documentation alone.
The application is available for Android only, and its scope is viewing rather than authoring: it does not take the place of modelling software, and the set of file formats it accepts depends on the loader the project implements.
From the publisher
Package identifier: org.andresoviedo.dddmodel2
Read from the source on 08/04/2026
We do not host this file, we do not scan it and we do not inspect its contents. Read what the source says, then decide for yourself.