Using Native Libraries in PhoneGap: A DIY Guide
Building mobile applications with web technologies greatly speeds up development, as well as the added benefit of shared code between platforms. Sometimes, however, you need capabilities that aren’t available in a web view, or maybe implementing will require too much work. That’s when you break away from your cross-platform heaven back to native development. Here…