All Posts in Mobile Development
Apr.
16th,
2012
I’ve been playing around with Mobile Boilerplate, because the HTML5 Boilerplate project has been an excellent resource and I’m always looking for ways to make developing mobile websites easier on myself (The next redesign of the Pugetworks site is going to have to reflect a mobile-first approach, but I want… read the rest of the article
Posted in: Mobile Development
Oct.
12th,
2011
Almost every Android application has two parts. On one side is the user interface that the user controls and views the information with. On the other side is a network component for talking to a server or updating its information. When you write an Android application you are always given… read the rest of the article
Posted in: Android, Java, Mobile Development
Apr.
11th,
2011
We’ve recently worked on a couple of mobile applications with strong webkit components, and as a result I’ve had plenty of opportunities to explore the ins and outs of CSS3 media queries. Overall, I’m very excited about the possibilities this module offers, but browser support for it has proven buggy… read the rest of the article
Posted in: Design, Mobile Development
Jan.
28th,
2011
We built Sporcle for Android. It was a fun project working with the Sporcle engineers. They already had the iPhone version and we created a matching Android version. Whats really great about this is that we can now compare both applications with each other and compare how they are doing in… read the rest of the article
Posted in: Mobile Development
Dec.
24th,
2010
We just completed two Android projects; the Sporcle android app and the hereMe! Android client. These projects are wildly different from a technology point of view, but the phases that we went through to develop them had many similarities. For future mobile projects I would propose to define the scope with the… read the rest of the article
Posted in: Mobile Development