Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBelinda Cormier
1,802 PointsSelf-Destructing Message App - Testing with Kindle Fire HD
I am at stage 5 and I have been testing the app on my Kindle Fire HD so far, and everything was fine, but now that I have to test taking a photo, nothing happens when I tap on the dialog item "Take Photo". The code seems to be ok, and testing with a regular emulator works fine.
I would like to start developing apps for the Kindle Fire, so I would appreciate your help to make this work. Do I need to add some code or what is the problem here?
3 Answers
Belinda Cormier
1,802 PointsI figured out what the problem was.......silly......I forgot to add the mDialogListener to the onOptionsItemSelected method, now it works fine :)
Dustin Matlock
33,856 PointsHey Belinda, I'd imagine you'd have a pretty good chance getting this answered on the developer forums.
Belinda Cormier
1,802 PointsThank you Dustin, I will check there!