djhopper01 / boom

0 stars 0 forks source link

When a picture is taken, notify the user it's being uploaded. #6

Open djhopper01 opened 11 years ago

djhopper01 commented 11 years ago

Not sure how to handle this. It might be cool to just do a quick popup and let them continue to take pictures. Or we move them to a separate screen to write a comment or something.

djhopper01 commented 11 years ago

A small example of how to do a popup: http://stackoverflow.com/questions/5944987/popupwindow-in-android

I think a small popup that says "We're uploading your picture to the world." with a couple buttons: 1) Close 2) Write a Caption

djhopper01 commented 11 years ago

We can play a sound with this: http://developer.android.com/reference/android/media/SoundPool.html

I'm not sure if we want to though. A popup might be good enough.

djhopper01 commented 11 years ago

I created a super crude popup. It needs to be designed and made to look nicer, but it's a start.