SEFeb 1, 2019

StoryDroid: Automated Generation of Storyboard for Android Apps

arXiv:1902.00476v2114 citations
Originality Incremental advance
AI Analysis

This addresses the challenge for mobile app developers and designers in reviewing apps efficiently, though it is an incremental improvement on existing static analysis techniques.

The authors tackled the problem of inefficient manual review of existing Android apps by development teams, and proposed StoryDroid, an automated system that generates storyboards with rendered UI pages and code mappings, showing effectiveness in assisting app development.

Mobile apps are now ubiquitous. Before developing a new app, the development team usually endeavors painstaking efforts to review many existing apps with similar purposes. The review process is crucial in the sense that it reduces market risks and provides inspiration for app development. However, manual exploration of hundreds of existing apps by different roles (e.g., product manager, UI/UX designer, developer) in a development team can be ineffective. For example, it is difficult to completely explore all the functionalities of the app in a short period of time. Inspired by the conception of storyboard in movie production, we propose a system, StoryDroid, to automatically generate the storyboard for Android apps, and assist different roles to review apps efficiently. Specifically, StoryDroid extracts the activity transition graph and leverages static analysis techniques to render UI pages to visualize the storyboard with the rendered pages. The mapping relations between UI pages and the corresponding implementation code (e.g., layout code, activity code, and method hierarchy) are also provided to users. Our comprehensive experiments unveil that StoryDroid is effective and indeed useful to assist app development. The outputs of StoryDroid enable several potential applications, such as the recommendation of UI design and layout code.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes