Google likes our work

The mobile sites we designed and developed for Binck are featured on the Dutch version of Google’s “How to go Mobile” campaign to promote the mobile web. The sites we make detect which phone your have and serve optimized content. Included in the site is a mobile CMS so that BinckBank
Continue Reading →

Implementing the ViewPager

Looking for improved Android UI experience, I came across the ViewPager. Look at the native Android Market and you will see a ViewPager implementation in action.   Basically you can implement scrolling sets of views. It was released as part of the Compatibility Package (revision
Continue Reading →

Link: Hints and tips to improve Android code

So, you are looking to improve the performance of an Android application. Besides using tools like MAT and StrictMode it’s a good idea to look at general improvements to speed up your application. The link below provides some hints and tips to help create efficient code. This ar
Continue Reading →

Android Best Practices: MAT

When you want to improve an Android application performance, you need to do profiling. Welcome MAT! What is MAT? It’s a Java heap analyzer tool introduced by Eclipse that helps you find memory leaks. How-To First you need to extract a hprof file from the Android device. When run
Continue Reading →

Must read: ItudeMobile

Did you look at the media channels of Itude Mobile already?. You don’t know Itude Mobile! From 2005 Itude Mobile has provided mobile websites and mobile applications to a variety of organisations such as Cordys, BinckBank, Alex.nl and content providers such as Tonetastic. These
Continue Reading →

Update: Android SDK Tools r15 And ADT 15

As some of you already may have noticed, the new Android 4.0 SDK Tools and ADT 14 contained some manor bugs. For example a scrolling issue in the new Logcat or the not so complete changes they made regarding Android Library projects (apkLib). If you are interested in the complete list
Continue Reading →

Android Best Practices: StrictMode

When developing Android applications that uses network and database access, you need to do performance tuning. This is where StrictMode comes in handy StrictMode? StrictMode is used to detect memory leaks. It’s has introduced in Gingerbread and can be used as a development tool.
Continue Reading →

Don’t forget the tools

Besides the release Android 4.0 (Ice Cream Sandwich) software development kit (SDK) don’t forget the new SDK Tools and ADT 14. The new features for the SDK tools and ADT are listed on the Android Developers website. To summarize, those are as follows: Improved Eclipse Welcome wi
Continue Reading →

A closer look at Android 4.0 (Ice Cream Sandwich)

Google has (finally) released its Android 4.0 (Ice Cream Sandwich) software development kit (SDK). So let’s take a closer look.
Continue Reading →

Will HTML5 kill native apps?

A question that is circulating on the web and that I’m hearing ever more often from clients is the following: “Will HTML5 kill native apps?“ Having developed mobile websites, mobile webapps and native mobile apps since the technologies first came out naturally I̵
Continue Reading →