[태그:] 네이티브스크립트
-

네이티브스크립트와 앵귤러를 사용하여 모바일에 사용자 프로필 스토어 도입하기
사용자 프로필 저장소의 경로를 계속해서, 우리는 이전에 Node.js와 Couchbase NoSQL을 사용하는 방법뿐만 아니라 그것을 위한 Angular 기반의 웹 클라이언트 프론트엔드를 만드는 방법도 보았습니다. 만약…
-

Persist and Abstract Data in a Nativescript Typescript Application
Couchbase is a great tool to persist data inside our app. If you haven’t heard of it, it’s a document object storage that allows you to save your data. If you are using 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…