← All talks
2014 Tech Meetup Romania

Introduction into PhoneGap

Taking the cross-platform mobile story back home. A practical walkthrough of building your first hybrid mobile app from scratch.

MobilePhoneGapBeginner-friendly

Why this talk matters

After the Germany talk, I brought a refined version back to the Romanian developer community. This version was more hands-on, walking through the entire process from "npm install" to "app on your phone."

The talk covered project setup, the PhoneGap CLI, accessing device APIs (camera, contacts, geolocation), handling offline scenarios, and packaging for app stores.

Key takeaways

  • The fastest path from web developer to mobile app is still through web technologies. The learning curve is hours, not months.
  • Device API access through plugins turns a web app into something that feels native. Camera, GPS, and push notifications are all one plugin away.