Starting out from
yesterday's blog entry, where I controlled the Android camera
via an AngularJS Cordova application, let's now, instead of the
Android camera, get hold of the Android contacts list.
So, do everything explained yesterday, except that you need to
include the "Contacts" plugin, instead of the "Camera" plugin, via
the tools in NetBeans IDE.
Then:
<button ng-contacts>Retrieve Contacts!</button><ol ng-repeat="contact in contacts"> <div...