HYBRID APPLICATIONS
Some technologies allow us to build hybrid applications, or mobile applications that use web technologies.
These hybrid applications:
1. Let you build mobile applications using HTML, JavaScript, and CSS that is supported by the device.
2. They also have access to the exact same device APIs and sensors and information as regular mobile applications, but the user interface is mainly HTML, JavaScript, and CSS.
3. These applications can also be deployed and distributed to app stores in the exact same ways other mobile applications, which means to the user there won’t be a difference between a hybrid application and the native mobile application.
Mobile web applications provide the functionality of native apps, however it uses web technologies. This makes it easy for web developers to take advantage of the application ecosystem and build apps using languages and technologies that you know.
These hybrid applications:
1. Let you build mobile applications using HTML, JavaScript, and CSS that is supported by the device.
2. They also have access to the exact same device APIs and sensors and information as regular mobile applications, but the user interface is mainly HTML, JavaScript, and CSS.
3. These applications can also be deployed and distributed to app stores in the exact same ways other mobile applications, which means to the user there won’t be a difference between a hybrid application and the native mobile application.
Mobile web applications provide the functionality of native apps, however it uses web technologies. This makes it easy for web developers to take advantage of the application ecosystem and build apps using languages and technologies that you know.
Comments
Post a Comment