This document summarizes a master's project on developing accelerometer-based motion gestures for mobile devices using the Android platform. The project extends the WebKit browser interface of Android by creating features like shake to erase text, image rotation based on phone orientation, zooming in/out a web page by tilting the phone, and scrolling a web page by tilting in different directions. An open source sensor simulator is used to simulate accelerometer data as input to the Android emulator. The features are implemented using the Android SDK and by writing Java code. Various Android development tools like the emulator, DDMS, and Logcat are utilized for testing the applications.