Dynamic UI problems on mobile apps

<p>This has been a common practice for a long time. Apps request data from the server, and the server only returns data to the mobile device in JSON format.</p> <p><strong>Problems</strong>:</p> <ul> <li>Business requires you to change the UI frequently</li> <li>Business requires the app to be published as quickly as possible</li> <li>Business requires all of your users to get the latest UI update.</li> </ul> <p>It is impossible to fulfill the requirement with the above practice because every publication is required to be reviewed by Google or Apple first, the latest version of the UI will not be applied to users until they update the app and If we keep forcing users to update the app, it will be a bad user experience for them.</p> <p><a href="https://medium.com/@jefryjacky/dynamic-ui-problems-on-mobile-apps-bec4dcc3dbe7"><strong>Read More</strong></a></p>
Tags: Mobile Apps