beta
Hello developer. Login with your existing account. New to Vodafone Developer? Register your account.

+ Login or create an account

Blog - Tag: network

Earlier this month Vodafone developer participated in the API Hackathon (London) along with Apigee and a number of API providers, including Pearson, European Directories, InMobi and Soundcloud.

The event attracted a broad range of developers including a mix of freelance and enterprise developers, with a range of experience, coding skills and interests.

The event program, which ran from 10:00-22:00, included,

  • Lightening talks - wherein each API team presented their API, use case and tips to encourage development on their APIs
  • Skills and concept pitches by attendees
  • Coding Session
  • Final presentations and app demos
  • Judging and prizes awarded to the ...

NextDB.net Database Form Utilities

NextDB.net Form Builder

NextDB.net is a JavaScript API for cloud database programming that enables web developers to build data driven web applications without any server side coding. To further simplify things, there is an abstraction layer on top of the JavaScript API to enable faster development by automatically creating HTML forms that connect to your NextDB.net account and takes care of many of the time consuming issues in web development. With one line of code you can add a database enabled HTML form to your page to execute inserts, updates or queries. This new library is based ...


Mobile Network Programming

Developing widgets to run on mobile phones requires more careful attention to network latency, since unlike the desktop connected environment, the mobile data connection speed can vary and fail. Also, widgets are different than mobile web sites since they will launch even when the phone is completely offline.

Three general rules when performing network calls from a mobile device are the following:

  1. Always let the user know that there is a network call being made, perhaps with an animated gif with explanatory text. See: http://ajaxload.info
  2. Never block and freeze the user interface with a synchronous call, all network ...

Categories