Using Nem-library or nem-sdk on nativescript angular app - nativescript

I would like to integrate the nem-blockchain sdk or library into my mobile app.
https://github.com/NEMPH/nem-apps-lib
https://nemlibrary.com/
https://github.com/QuantumMechanics/NEM-sdk
any working solution is welcomed

Related

Quickblox for Nativescript Angular

Does anybody know if I can use Quickblox for my Nativescript (Angular) app. I would like have video calls integrated in my application.
Thank you.

Embed PWA version of Google Apps into a Nativescript App

I'm a Rails developer and I'm discovering now NativeScript. I know Vue, and looks like NativeScript support Vue.js
As you know Huawei device cannot accesso anymore to Google Play Services, but the web version of the Google Apps, like Youtube, Gmail, Drive still works.
Instead of having a lot of web shortcut on my home screen I think to write a simple NativeScript App where i list on the homescreen some Google Services I need and clicking on an icon, Google Drive for example, I launch drive.google.com inside the WebView.
Do you think is possibile? Do you see any issue with login?

Single code base application for android, iOS and web using Nativescript and Angular

I am developing single code base application for android, iOS and Web using Nativescript and Angular example provided in the link https://jlooper.github.io/angular-starter/#creating-a-project , do we have enough support for this approach.
Is there any better alternative to develop for my requirement.

How to use COVALENT UI with nativescript angular app

I wanted to use covalent ui components with a nativescript angular app. Is that possible? I am a newbie with nativescript development. Can we use any angular library with nativescript?
You can not use covalent ui components on nativescript as those work only on web.
You can search here for ui components and other plugins
And you can use angular libraries as long as they don't use DOM api's, for example NGRX will work like a charm ;)

how to develop mac applications using ionic framework

i want to create a osx application using ionic framework. Can anybody suggest the possibilities to ceate osx application using ionic framework
Because Ionic operates in a webview (Cordova) as a website and interacts with device through this webview and by using commands that the webview understands, the webview then communicates with the device in native language and relays information back to Ionic. Thinking about osx you would probably need to find a webview capable of doing this. The intricacies I do not know but the principle should follow the same path.

Resources