Xamarin.Forms app in JavaScript
With Web Atoms, you can create Xamarin.Forms apps in JavaScript. You can write JSX instead of Xaml and that gives you powerful multibinding and allows you to push code on production.
- Side by side versioning
- Divide large app in multiple javascript npm packages
- No need to create multiple apps and integrate all of them
- Debug JavaScript in Chrome using V8 Inspector protocol for Android
- Debug JavaScript in Safari debugger for iOS
Download the App
Trying and playing with Xamarin.Forms in JavaScript is one step process, download the app.
Open Demo
Shapes
https://www.webatoms.in/play/demo/shapes/1
https://www.webatoms.in/play/demo/rating/4
Explore new feature "Shapes" of Xamarin.Forms 4.7.
Master Detail
https://www.webatoms.in/play/demo/master-detail
Application with drawer and multiple pages, using navigation service to open pages, retrieve result and load unpacked pages.
List View
https://www.webatoms.in/play/demo/list
Explore list view with Cell bindings. Using two way binding to update the selection.
Form
https://www.webatoms.in/play/demo/form/3
Explore validation sample with simple form.
Tabbed Page
https://www.webatoms.in/play/demo/tabbed-page/3
Explore tabbed pages.
Scan QR Code
Console Logging
You can see console of your device and you can log errors/warnings in the console in your code.
Top comments (0)