BrisJS / meetups

https://brisjs.org
98 stars 8 forks source link

Can you talk about: Hybrid App Development? #194

Open iamkevinv opened 7 years ago

rodperottoni commented 7 years ago

Hey Kevin. Are you referring to multi-platform development frameworks (React Native, Titanium) ?

iamkevinv commented 3 years ago

It's a blend, hence the name hybrid, of both native and web solutions. Where the core of the application is written using web technologies (HTML, CSS, and JavaScript), which are then encapsulated within a native application. Through the use of plugins, these applications can have full access to the mobile device’s features. Apache Cordova / PhoneGap did this by default back in the day, but are there modern solutions?