Python Training by Dan Bader

Towards Automated Detection of Mobile Usability Issues

Paper and supporting materials for a talk I gave at the “1st European Workshop on Mobile Engineering” in February 2013 at RWTH Aachen.

Paper

This is the paper that Dennis Pagano and I submitted to the ME‘13 workshop. The workshop was a part of the SE‘13 software engineering conference at RWTH Aachen.

Abstract: While evaluating the usability of mobile applications in the field has proven to lead to better results than in laboratory settings, in practice it is still not carried out after deployment – typically due to the required resources. In this paper we demonstrate a lightweight automated method for revealing specific usability issues of mobile applications in the field. Based on application usage data, we derive a simple heuristic which detects low discoverability by analyzing view transitions of mobile applications at runtime. We show the applicability and feasibility of our approach in a user study with a real application. Our results are promising and call for further research.

You can read the paper in the conference proceedings (PDF, pp. 341 - 354).

Sample code

The proof of concept implementation of the low discoverability detection heuristic together with a demo application is available as source code on GitHub.

Presentation slides

The presentation slides of our workshop talk are available on Speaker Deck.

<strong><em>Improve Your Python</em></strong> with a fresh 🐍 <strong>Python Trick</strong> 💌 every couple of days

Improve Your Python with a fresh 🐍 Python Trick 💌 every couple of days

🔒 No spam ever. Unsubscribe any time.

This article was filed under: academia, iOS, objective-c, programming, and usability.

Related Articles:
  • A Framework for Remote Usability Evaluation on Mobile Devices – PDF and supporting materials for my computer science bachelor’s thesis at TU München in 2011.
  • Co-Activity Detection with Mobile Sensors – PDF and supporting materials for my computer science master’s thesis at TU München in 2012.
  • Guessing a user’s favorite contacts on iOS – Many iOS applications contain an “invite your friends” feature. Ideally this feature should suggest people that the user is likely to invite. This article explains an App Store-legal method of guessing a user’s favorite contacts from their address book on iOS. The method is described in detail and a demo application is available for download.
  • A countdown timer extension for Alfred – I wrote a countdown timer extension for the Alfred application launcher for OS X. The extension is open-source, written in Python and uses Mountain Lion’s user notifications.
  • Monochrome font rendering with FreeType and Python – For my Raspberry Pi internet radio project I needed a way to render text suitable for a low resolution monochrome LCD. This article describes how to render 1-bit text using FreeType and Python.
Latest Articles:
← Browse All Articles