Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zmyzheng/confusion-nativescript
Multiplatform Mobile App Development with NativeScript, video demo:
https://github.com/zmyzheng/confusion-nativescript
cross-platform mobile-app nativescript nativescript-angular typescript
Last synced: 7 days ago
JSON representation
Multiplatform Mobile App Development with NativeScript, video demo:
- Host: GitHub
- URL: https://github.com/zmyzheng/confusion-nativescript
- Owner: zmyzheng
- Created: 2018-07-04T17:12:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T03:42:12.000Z (over 6 years ago)
- Last Synced: 2024-12-11T07:24:01.272Z (2 months ago)
- Topics: cross-platform, mobile-app, nativescript, nativescript-angular, typescript
- Language: TypeScript
- Homepage: https://youtu.be/Yz8BetVmavQ
- Size: 15.7 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conFusion-NativeScript
video demo: https://youtu.be/Yz8BetVmavQ
![image](demo.gif)
backend server: https://github.com/zmyzheng/json-server
-----------------------------
git init
git pull https://github.com/zmyzheng/conFusion-NativeScript.git
git remote add origin https://github.com/zmyzheng/conFusion-NativeScript.git
git status
git add .
git commit -m "Initial Setup"
git push -u origin master
-----------------------------
tns plugin add nativescript-telerik-ui
npm install font-awesome --savenpm install --save nativescript-ngx-fonticon
tns plugin add nativescript-couchbase
tns plugin add nativescript-local-notifications
tns plugin add nativescript-email
tns plugin add nativescript-social-share
tns plugin add nativescript-camera
NativeScript explicitly expects that if you are using any icon fonts, the corresponding icon font files will be stored in this folder named fonts, in your app folder.
----------------------------
注意process-httpmsg.service.ts的用法是值得借鉴的
的用法值得借鉴
favorites.component.ts 中deleteFavorite的逻辑值得学习
这个例子中subscribe都放在service外了,一般应该放在service内
reservation 和 dishditail 的animation是不同的,dishdetail是两个view一起运行,reservation是一个结束接另一个