NativeScript Getting Started Guide

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Better native script video than any of the videos seen in Nativesript channel.

obamabinladen
Автор

Awesome tutorial, thank you so much for sharing!. Just a short question is it possible to use Bootstrap for Css?

vicsaints
Автор

I hope next tutorials will be more specific and analyzed, because this looks more like an up date video to someone who already coding with some kind of js framework front-end....

fuReActiON
Автор

Nice video, i have quick question, diff javascript vs angular typescript for nativescript?, do we have any advantage by choosing javascript or angular ??

tamilhce
Автор

When I say : var user = new UserViewModel(); in login.js
How the {{email}} {{password}} are saved into the UserViewModel to var viewModel code?? Didn't get that and the below code..
function User(info) {
    info = info || {};
    var viewModel = new Observable({
        email: info.email || "",
        password: info.password || "",
        name: info.name ||

userName: viewModel.get("email"),
passWord: viewModel.get("password").

When I try to send data as json I think the Jason contains empty string and not the values of email and password

fuReActiON
Автор

I love it! Thanks the very good demo! :)

arnoczkyzoltan
Автор

I was looking through the installation instructions. The third-party GeanyMotion emulator/simulator is kind of expensive for me. Are there any other simulators I could use with NativeScript which are free? Thanks.

this.channel
Автор

First I will say thanks a lot TJ. Your vids are helpful. I've been making myself familiar with NativeScript but I have a question. Do you know if it is possible to use UI kits with NativeScript? Like taking a UI asset (custom header) and declare it in your XML. Thanks again!

GeorgeWoodard
Автор

quick question, what code editor are you using? (I am new to Mac OS)

MyNameIsDaxito
Автор

i was hoping to use xamarin. after seeing this i instantly fell in love.

CariagaXIII
Автор

Also, regarding the link you provided for plugins, I am interested on using the push notifications one but there is no documentation about it, so it is not clear how to use it, why does it say that it is supported then? or where is the documentation?

MyNameIsDaxito
Автор

this is from the getting started with nativescript and javascript guide.

dragonhunterutub
Автор

So from a very high level this looks great...but what's the downfall? These types of systems always come with massive tradeoffs. Anyone built a real app using NativeScript mind giving some feedback? (people who aren't part of the project preferably would be great)

slaction
Автор

If you're lazy this is the best solution xD

deadlock
Автор

javascript = a bunch of workarounds :D

georgorluf