Presentation is loading. Please wait.

Presentation is loading. Please wait.

Windows 8 App Dev With HTML and JavaScript DEV322.

Similar presentations


Presentation on theme: "Windows 8 App Dev With HTML and JavaScript DEV322."— Presentation transcript:

1 Windows 8 App Dev With HTML and JavaScript DEV322

2

3

4 Approaching development

5

6

7

8

9

10

11

12

13

14

15

16 //tasks.data.js define([‘jquery’], function ($) { return {... }; }); //tasks.app.js require([‘tasks.data’], function (data) { //do stuff with our data API });

17 define(‘winjs’, function () { return WinJS; }); define(‘class’, [‘winjs’], function (winjs) { return winjs.Class; });

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32 var worker = new Worker(‘ms-appx:///js/worker.js’); worker.addEventListener(‘message’, function (evt) { //handle worker doing stuff });

33

34

35 Gotcha’s

36

37

38

39

40

41

42

43 Limitation

44

45

46

47

48

49 Final thoughts

50

51

52


Download ppt "Windows 8 App Dev With HTML and JavaScript DEV322."

Similar presentations


Ads by Google