Examples Overview

Sencha Web Application Manager provides examples that demonstrate the Sencha Web Application Client APIs in real world applications. You can find all of these examples the Sencha Web Application Manager github repository:

https://github.com/sencha/SpaceExamples

Example Framework Sencha Web Application Client APIS Source
SecureFiles JavaScript Secure Files
File Upload
File Viewer
Camera
github
Take a Photo with the Camera API and store it in the application's secure file system. See all the captured photos, view the full version in a child browser. Finally upload an image to a remote server using the upload API.
Todo Sencha Touch Secure SQL
Invoke
github
A Simple Sencha Touch Todo application written to use Sencha Web Application Client's Secure SQL storage instead of localstorage. It also receives invoke requests to create a new Todo item.
Home Screen AngularJS Application List
FullScreen
Focus
github
A basic home screen replacement application written in AngularJS. Sencha Web Application Manager allows organizations to customize how their users see the applications they manage in Sencha Web Application Manager. This example combines the Application List api, with the fullscreen and Focus API to create a native-like application launcher. Combine this application with UI customization to create a unique user experience for your users in Sencha Web Application Client.
Full Screen JavaScript FullScreen
github
Hide the Sencha Web Application Client tool bar to create a fullscreen native like experience for your application. Use this api if you are building single page applications that include all of their own navigational elements and do not require the frequent use of forward and back buttons.
File Download JavaScript Secure Files
github
Uses Sencha Web Application Client's file download API to download N number of files in parallel. The files are stored in the application's secure file system. The API provides progress updates as the files are being downloaded.
File Locker AngularJS Secure Files
github
Sencha Web Application Client provides the ability to download files from other applications into a Secure File Locker. We built the application that manages these files using HTML5 technology. Organizations can replace our default File Locker application with their own. We provide this basic example as a starting point for developing a custom File Locker.
jquery TODO MVC jquery Secure Local Storage
Invoke
github
We modified the base jQuery TodoMVC example to use Sencha Web Application Client APIs.
Last updated