Tag: NativeScript
-

Bringing Your User Profile Store to Mobile with NativeScript and Angular
Continuing down the path of user profile stores, we had previously seen how to create one with Node.js and Couchbase NoSQL as well as a web client front-end for it using Angular. What if…
-

Persistir e Abstrair Dados em um Aplicativo NativeScript TypeScript
O Couchbase é uma ótima ferramenta para persistir dados dentro do nosso aplicativo. Se você ainda não ouviu falar dele, é um armazenamento de objetos de documentos que permite salvar seus dados. Se você está usando o NativeScript-Angular,…
-

Querying for Couchbase Documents in a NativeScript Angular Mobile Application
I recently wrote about using Couchbase as a key-value store in a NativeScript iOS and Android application built with Angular. In this example we saw how to collect user profile information to be saved…