Presentation is loading. Please wait.

Presentation is loading. Please wait.

Top Problem Areas Suspend/resume Terminate/restart Client updates Network connectivity Asynchronous code Resolutions and orientation Device testing.

Similar presentations


Presentation on theme: "Top Problem Areas Suspend/resume Terminate/restart Client updates Network connectivity Asynchronous code Resolutions and orientation Device testing."— Presentation transcript:

1

2

3

4

5 Top Problem Areas Suspend/resume Terminate/restart Client updates Network connectivity Asynchronous code Resolutions and orientation Device testing Localizability Accessibility Review against user experience (UX) guidelines

6

7

8

9

10

11

12

13

14

15 public async Task GetCustomerAsync(customerId) { #if DEBUG await Task.Delay(new Random().Next(500,2000)); #endif return await dataAccess.GetCustomerAsync(customerId); }

16

17

18

19

20

21 Don’t forget about me!

22

23

24 Top Problem Areas Suspend/resume Terminate/restart Client updates Network connectivity Asynchronous code Resolutions and orientation Device testing Localizability Accessibility Review against user experience (UX) guidelines

25

26

27

28


Download ppt "Top Problem Areas Suspend/resume Terminate/restart Client updates Network connectivity Asynchronous code Resolutions and orientation Device testing."

Similar presentations


Ads by Google