• S&T Moderators: Skorpio | VerbalTruist

Internet How are mobile apps programmed?

paltatomate

Bluelight Crew
Joined
Oct 7, 2022
Messages
11,074
Newer web pages are taking forever to load, which I think is because of all the JS that needs to load before anything else.
I have also noticed that some elements, especially editors, don't work even if the rest of the page seems to be fully loaded. This is not a problem I have only with this forum, but with almost anything that uses lots of that stuff.

When I complained about this problem with my bank's web site with someone, they suggested I install the app (Android mobile) because apps are coded differently, and made to work with mobile internet (4G is the only kind I have). I will def not do my online banking using my phone, but this information keeps bugging me for whatever reason.

Just out of curiosity: Anyone here who can tell me if that person is right?
 
Mobile apps and mobile websites are like apples and oranges - they're both fruit (so to speak), but they're built and function very differently. Apps are tailored for specific devices, like a bespoke suit, using optimized code that runs smoothly on your phone. Websites, on the other hand, are more like a one-size-fits-all outfit - they're delivered through your browser and often rely heavily on JavaScript, which can bog things down on a mobile connection.

Because apps are designed specifically for phones, they're usually more efficient with data and generally perform better on mobile internet speeds. While websites can be optimized for mobile, they often can't compete with the snappy performance of a well-designed app. That's why your bank contact was partially right - apps are often a better choice for mobile banking.

But it's not just about 4G versus other types of internet. Even with a blazing-fast connection, a poorly optimized website loaded with JavaScript can still crawl along. Ultimately, it all boils down to the design and optimization of both the app and the website. If your bank's website is slow and clunky, their app might be a better option, even if you have a super-fast internet connection.
 
Top