Phonegap London: second meetup

image

Tonight was the second meetup of the London Phonegap User Group, affectionately know as LPUG. Last December I was fortunate enough to go along to their first meetup which was a rather informal gathering at a coffee shop. Since then I have been working hard experimenting with a variety of ways to best utilise SVG graphics on mobile devices, which I eventually hope to share with the group.

The meetup this time was a much more organised affair. First of two talks was from Chris, an interesting and fairly accessible talk through making a simple app. It gave a really good overview of what he considered important. The three tenements of his process being

  1. Angular.js
  2. Responsive design
  3. Phonegap

I am familiar with the concepts of responsive design. It is the buzz-word packaging for using media queries in your CSS. I think I will have to more thoroughly investigate angular.js as it is repeatedly coming up in discussions around single page apps. So far working on London Layout has directed me to work nearer pure JavaScript than spend time with these libraries.

image

Next up was a talk from Yacine on Ionic. Ionic is a framework to develop mobile applications, which is frequently described as ‘badass’ or at least several times in this talk. The thrust of this talk seamed to be that concepts such as responsive design were somewhere between baloney and a poor idea. Instead the only way to develop a mobile application, which can hold its ground against native coded ones, is to focus on being a web app. I think there is a large subset of cases when this does not need to be true because the mobile app and desktop app CAN be very similar. The obvious example in my case being showing a map. The amount of map shown will be very different but all the zooming and panning will be constant. However I am very interested to investigate this framework and, guess what, it is closely tied to angular.js.

Thanks to Chris and Tom and I hope these meetups keep coming.