Thursday, January 26, 2012

App 01 - Ringer Mode Switcher

This first app basically extends an app I found in a tutorial I tried. the original app was a simple app that had a single button that toggled the phone's ringer from normal to silent mode.

My Changes:
- Added a second button to account for the ringer's vibrate mode.
- Added a landscape layout, since the button on the original app was offscreen when in landscape mode.
- Used relative layouts rather than linear layouts for better arrangement of the buttons and image on the screen
- Added a text box to the app

To Do:
[x] Program Design
[x] Layout Design
[x] Code
[ ] Images

Credits:
Peter Gagliardi - Design, Layout, Code (Note: based off of code from Silent Mode Toggle (see below))
Tutorials used:
Silent Mode Toggle from Android Application Development For Dummies by Donn Felker with Joshua Dobbs

No comments:

Post a Comment