Confirmed users
230
edits
m (→Disclaimers) |
|||
Line 323: | Line 323: | ||
=== Front-End / Back-end. Multiple Windows === | === Front-End / Back-end. Multiple Windows === | ||
While on low-end devices most of the application will be shutdown when the application is in background, on high-end devices memory is | While on low-end devices most of the application will be shutdown when the application is in background, on high-end devices memory is less a bottleneck and so it sounds a good tradeoff to consume more memory in order to favor the user experience. | ||
In such cases, if the application is already opened in the background, and the user opens a bookmark to a specific panel, starts a WebActivity resolving to the app, etc.., there is no need to restart the whole application logic, the bridge will just connect the 2 windows in a transparent fashion. | In such cases, if the application is already opened in the background, and the user opens a bookmark to a specific panel, starts a WebActivity resolving to the app, etc.., there is no need to restart the whole application logic, the bridge will just connect the 2 windows in a transparent fashion. |