September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, I introduced you to various topics related to developing mobile web applications.
Let’s briefly summarize the most important things:
Mobile applications are divided into three different types:
Native applicationsThese applications have been developed specifically for a (mobile) operating system and can thus make optimal use of its functionalities and features. Programming languages used include Java for the Android SDK, Objective-C, and Swift.
Mobile web applicationsThese web applications are optimized for use on mobile devices. The technologies used are HTML, CSS, and JavaScript. In this context, responsive design plays an important role.
Hybrid applicationsThese applications ...
Read now
Unlock full access