Copyright © 2013 Adobe Systems Inc. All rights reserved
Use of this website signifies your agreement to the Terms of Use and Privacy Policy and Cookies
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...
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...