Tải bản đầy đủ (.pptx) (11 trang)

Data passing between screens

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (298.23 KB, 11 trang )

Data passing
between screens
Data application


One way – Send data
 Global (Should avoid)
 Source screen: Public static variable (Should
avoid)
 Destination screen: Constructor parameter


Global
 Use Global class to store & retrieve data
 Easy, fast
 Not recommended! (Why?)

3


Global example

4


Public static
 The source screen has public static variable

5



Constructor parameter

6


TwoWay – Get back data
 Public static (again?)
 Public property
 Delegate & event

7


Public property

8


Delegate
Another demo

Demo
9


In short

10



Lambda expression

Siêu ngắn

11



Tài liệu bạn tìm kiếm đã sẵn sàng tải về

Tải bản đầy đủ ngay
×