ucsb-cs56-projects / cs56-android-smoke-signals

-
GNU General Public License v3.0
1 stars 7 forks source link

GUI for Debugging. 200 pts #9

Open ashedden opened 8 years ago

ashedden commented 8 years ago

Have a button from the main screen to a debugging page to show when functions are running for real time debugging instead of relying on the Android monitor. This will help you when USB connection is not solid and it takes a few times to put code on your phone via USB. The screen should be a box of scrollable text that updates every time functions like QueryLocation goes off.

Extra: if there is a switch for the button, the button and page will disappear. This is good for people who do not want to debug the app.

~100 points

W16 ok!

Tektonbuilds commented 8 years ago

Estimated 200 pts

Tektonbuilds commented 8 years ago

This is pretty optional, if you want to use the android monitor, it will probably make your life much easier.

Tektonbuilds commented 8 years ago

F16 OK (200 pts)

seemantasaha commented 6 years ago

W18 OK. 200 points. Optional enhancement.