- Hybrid mobile apps are built using web technologies like HTML, CSS, and JavaScript but wrapped in a native container using frameworks like Cordova or Apache Cordova. This allows them to work as native apps and access device capabilities. - Ionic is a popular framework for developing interactive hybrid mobile apps that uses Angular and supports mobile-specific components. Apps are developed using web technologies and published using Cordova. - The architecture involves a client-side single page app interacting via RESTful services with a server-side backend for business logic and data storage. Cordova tools provide access to native device features.