Home

Awesome

fuse-samples

This repo contains smaller samples demonstrating the use of various Fuse and FuseJS APIs.

All samples are stand-alone projects which should be able to run without modification.

Contributions

These samples are supplied directly from the feature teams of Fuse and we welcome any input on issues and suggestions for new samples.

Samples

FuseJS

<table> <tr> <td><a href="Samples/Camera">Camera</a></td> <td><a href="Samples/FileBrowser">FileSystem</a></td> <td><a href="Samples/FilterOnObservableCondition">Filter on Observable condition</a></td> <td><a href="Samples/GeoLocation">GeoLocation</a></td> </tr> <tr> <td><a href="Samples/Lifecycle">Lifecycle</a></td> <td><a href="Samples/Storage">Storage</a></td> <td><a href="Samples/UserEvents">UserEvents</a></td> </tr> </table>

Fuse

<table> <tr> <td><a href="Samples/cattr">App navigation</a></td> <td><a href="Samples/UIStructure/CalendarNav">Calendar navigation</a></td> <td><a href="Samples/UIStructure/ContextMenu">Context menu</a></td> <td><a href="Samples/EdgeNavigator">Edge Navigator</a></td> </tr> <tr> <td><a href="Samples/UIStructure/Modal">Modal screen</a></td> <td><a href="Samples/UIStructure/Navigation">Navigator and router</a></td> <td><a href="Samples/UIStructure/PageTabs">Page tabs</a></td> <td><a href="Samples/PlaySound">PlaySound</a></td> </tr> <tr> <td><a href="Samples/Gestures/Swipe">Swipe gesture</a></td> <td><a href="Samples/OSUI">Top-/BottomFrameBackground</a></td> <td><a href="Samples/UIStructure/Transition">Transition behaviours</a></td> <td><a href="Samples/UserEvents">UserEvents</a></td> </tr> <tr> <td><a href="Samples/ImageViewer">Zoom- Pan- and RotateGesture</a></td> <td><a href="Samples/Visualization/Vectors">Vectors</a></td> <td><a href="Samples/Visualization/Charting">Charting</a></td> <td><a href="Samples/UIStructure/ScrollViewPager">Infinite scrolling</a></td> </tr> <tr> <td><a href="Samples/PieChart">Pie chart</a></td> <td><a href="Samples/BarChart">Bar chart</a></td> <td><a href="Samples/LineGraph">Line graph</a></td> </tr> </table>

Foreign code

<table> <tr> <td><a href="Samples/ForeignAccelerometer">Accelerometer</a></td> <td><a href="Samples/Localization">Localization</a></td> <td><a href="Samples/NativeDialogs">Native dialogs</a></td> </tr> </table>

Animation

<table> <tr> <td><a href="Samples/Animation/AttractorMotion">Attractor Motion</a></td> <td><a href="Samples/Animation/CyclePhase">Cycle Phase</a></td> <td><a href="Samples/Animation/ExpandingToolbar">Expanding Toolbar</a></td> <td><a href="Samples/Animation/MixOp">MixOp</a></td> </tr> <tr> <td><a href="Samples/RelativeTo">RelativeTo</a></td> <td><a href="Samples/Animation/TimelineWrap">Timeline Wrap</a></td> <td><a href="Samples/Controls/ScrollViewSwipe">Scroll swipe to reveal header</a></td> </tr> </table>

Custom Controls

<table> <tr> <td><a href="Samples/Controls/ButtonWithImage">Button with image</a></td> <td><a href="Samples/Controls/Circular">Circular control</a></td> <td><a href="Samples/DropdownMenu">Dropdown menu</a></td> <td><a href="Samples/Controls/Scrollbar">Scrollbar</a></td> </tr> <tr> <td><a href="Samples/Controls/Selection">Selection</a></td> </tr> <tr> <td><a href="Samples/RatingComponents">Rating controls</a></td> </tr> </table>

Misc

<table> <tr> <td><a href="Samples/AmazonS3">AmazonS3</a></td> <td><a href="Samples/AzureADB2COAuth">Azure AD B2C login</a></td> <td><a href="Samples/FacebookLogin">Facebook login</a></td> <td><a href="Samples/GameOfLife">Game of life</a></td> </tr> <tr> <td><a href="Samples/GithubOAuth">OAuth (GitHub login)</a></td> </tr> </table>