PANKAJ DEVESH
PANKAJ DEVESH
Are you using multiple apps at the same time which are built using `Android JS` ?
Make sure you are creating the lowdb adapter in this way ```js const fileName = "db.json" const userDataPath = app.getPath('userData') const adapterFilePath = path.join(userDataPath, fileName) ``` You can get different...
> Nope, only this one. > I use loop to get stats, thats mean last loop give me error "undefined'. That's can be a problem with crashes? You can use...
You can use that API in this way [https://github.com/android-js/sample-app/blob/master/story-app/views/index.html#L60](https://github.com/android-js/sample-app/blob/master/story-app/views/index.html#L60) [https://github.com/android-js/sample-app/blob/master/story-app/main.js#L8](https://github.com/android-js/sample-app/blob/master/story-app/main.js#L8)
Thanks for your feedback, we are always open to take feedback and update to make it easy for developers to build their awesome apps. We will add this feature in...
I have one video where you can get some hint to build an app for `reading and writing data in file`. [Video](https://youtu.be/QplPXM0lhKA) you can use any npm package in backend...
You can use `AndroidJS IPC` to pass data between back and front process. - [IPC Docs](https://android-js.github.io/docs/ipc.html)
did you tried updating the icon path in [package.json](https://github.com/android-js/static-app-template/blob/main/package.json#L7) ? ```json { "version": "1.0.0", "name": "static-app", "app-name": "Awesome App", "package-name": "static_app", "project-type": "static", "icon": "./assets/icon/icon.png", "dist-path": "./dist", "permission": [ "android.permission.INTERNET"...
@ZK-industries thanks for highlighting this point, we are working on providing support for other UI development frameworks. will try to resolve this issue with the next release of androidjs-builder.
Currently, there is no such configuration to change the builder cache directory. but if required you can build the androidjs-builder from the source and update the cache directory [here](https://github.com/android-js/androidjs-builder/blob/master/src/bin.ts#L27) ```js...