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 trial

Android Build a Self-Destructing Message Android App Capturing Photos and Videos Saving a Photo to the Gallery

Boradcast Intent for Adding media file to the gallery

Is this intent necessary for adding the image file to the gallery?

I know it would be a good practice, but since we are using the default/third-party camera app for clicking the image, wouldn't that camera app itself send the broadcast intent to scan the media files.Is that why our images are present in both 'All photos' and 'Ribbit' folders perhaps?