Recently, I've been utilizing phonegap for creating mobile applications on various platforms. I've noticed the need to use AJAX calls within JavaScript to fetch dynamic content.
I'm curious, is it a standard practice in HTML5 apps to retrieve content dynamically from another server? Is it frowned upon due to the dependency on an internet connection (whether wifi or data plan)?
I'm interested in knowing if this is considered best or worst practice in app development.
Appreciate your insights!