Studying the Mobile Webapp Landscape
We build native Android apps and are now looking at what’s out there in the mobile webapp space. Here’s a good blog post about native apps vs mobile webapps. Now there’s a lot of mobile frameworks out...
View ArticleQuick Spring Mobile 1.0 Tutorial
This is a quick tutorial on Spring Mobile 1.0. You will need Eclipse with m2e to follow the steps below. 1. In Eclipse, create a new Maven Project using the spring-mvc-jpa-archetype. 2. Add the...
View ArticleWebapp Issue on the iPad Mini
We got a bug report that our webapp was not working on the iPad Mini. It was working fine on Safari on the desktop. We did some debugging and noticed that our Ajax POST calls, jQuery $.post() to be...
View ArticleQuick jQuery Mobile Tutorial by Comparison
Here’s a quick tutorial on jQuery Mobile. We’ll start with a standard HTML file, then add the jQuery elements in. Code and comparisons are provided. Just like the official jQuery documentation, we will...
View Article