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