Working with data sources (Windows Store apps using JavaScript and HTML)

The Windows Library for JavaScript provides several types of IListDataSource objects:

You can also create your own custom data source that connects to some other type of data provider, such as a web service or database. For instructions, see How to create a custom data source.

In this section

Topic Description

How to customize Visual Studio template data

In the Grid, Split, and Hub templates, the code that obtains the data needed for the app is in the data.js file. This file represents a sample data source for the app.

How to create a custom data source

Learn how to create a custom IListDataAdapter and IListDataSource.

 

 

 

Build date: 1/9/2014