How to create Android based Application using CesiumJS and run offline without internet?

I want to load imagery and terrain data from mobile itself then how it possible using CesiumJS ?

Hi there,

See our offline guide for running imagery, terrain, and other data in a CesiumJS app offline.

Electron is a possible way to get a CesiumJS web app running in a standalone mobile app.

Thanks!
Gabby

Electron.js doesn’t support mobile apps.

Can you suggest any alternative of Electron.js ??

You can try “tauri” but it is an alfa release.