Tag: Framework

All PhoneGap PhoneGap Build PhoneGap Network
The BYOD challenge to enterprise App development by Steve Christianson | 13 Mar 2013 | PhoneGap Blog, Guest Post, Framework Mobile BYOD in enterprise means security can no longer be focused at the device level, but now needs to consider the App level. This puts a big burden on corporate developers and small ISVs, as handling security, communications and authentication can be a tough job and one where the consequences of data leakage are severe. Coupled with the further challenge of how to author a mobile-friendly solution that runs across multiple mobile OS platforms and does not require expensive or proprietary... Read more...
PhoneGap Build API for Node.js by Michael Brooks | 15 Jan 2013 | PhoneGap Blog, PhoneGap Build, Framework, Guide, Tutorial Adobe PhoneGap Build has a powerful RESTful API that you can use to tap into PhoneGap Build’s functionality. With the API, you can authenticate as a user and create, build, update, and download PhoneGap applications. RESTful APIs are great but not without annoyances. All of the popular programming languages (and not so popular ones) have HTTP libraries for RESTful access. The downside is that you still need to implement the HTTP request and response communication logic. It’s not... Read more...