Download presentation
Presentation is loading. Please wait.
Published byStanley Banks Modified over 9 years ago
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
15
public async Task GetCustomerAsync(customerId) { #if DEBUG await Task.Delay(new Random().Next(500,2000)); #endif return await dataAccess.GetCustomerAsync(customerId); }
21
Don’t forget about me!
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.