문제

how can I save the ListView and ScrollView items that contain text and images, in order to restore them after screen rotation? The data are imported on run-time. Thanks in advance

도움이 되었습니까?

해결책

Declare your ListView and ScrollView variables in the Sub Globals event. Load them in the Sub Activity_Create event when you load your layout, and they should just work.

If this isn't what you wanted, edit your question and provide more details (including the event code that's loading your data) to provide more info.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top