With a native app, the only thing you really need to send back and forth is some JSON data and let the app do the formatting for you. It’s a much better arrangement when your target demographic includes those with bad internet.
How is that any different from a web site? There are multiple caches between the browser and the server. The initial load (assuming a prior visit and no updates since) may be smaller than 1kB.
With a native app, the only thing you really need to send back and forth is some JSON data and let the app do the formatting for you. It’s a much better arrangement when your target demographic includes those with bad internet.
How is that any different from a web site? There are multiple caches between the browser and the server. The initial load (assuming a prior visit and no updates since) may be smaller than 1kB.