Opened 11 years ago
Closed 11 years ago
#1269 closed Enhancement (fixed)
Project images - load on Monitor start up
Reported by: | Joachim | Owned by: | Joachim |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Manager - Android | Version: | 7.0.64 |
Keywords: | Cc: |
Description
currently loaded during onCreate of StatusActivity? or ClientStatusChange? in ProjectsActivity?. Causes delay and problems when switching horizontal-vertical. Move this code to ClientStatus? and load once on startup.
Change History (2)
comment:1 Changed 11 years ago by
Component: | Undetermined → Manager - Android |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
do big of a memory footprint if images are always hold in heap. Implemented loading in separate thread to increase responsibility.