Morning All,
Rather a simplistic question i suppose, but have searched the beginners guide and maybe my search terminology is not correct.
When creating for example a label dynamically assigning values, including the tag etc how do I go about to free that component, and how to i "step" through all label components and then release/free up specific ones from the current activity? Obviously i have set the tag, but how does one step thru and release for example label99 ??
If i'm creating labels every second, this will eventually start to take up to much memory and crash that app?
i understand that if i call the invalidate command, it will re-draw the activity but its not what im wanting to do...
Rather a simplistic question i suppose, but have searched the beginners guide and maybe my search terminology is not correct.
When creating for example a label dynamically assigning values, including the tag etc how do I go about to free that component, and how to i "step" through all label components and then release/free up specific ones from the current activity? Obviously i have set the tag, but how does one step thru and release for example label99 ??
If i'm creating labels every second, this will eventually start to take up to much memory and crash that app?
i understand that if i call the invalidate command, it will re-draw the activity but its not what im wanting to do...