Lines Matching refs:photo
86 <p>Here's a function that invokes an intent to capture a photo.</p>
111 <p>If the simple feat of taking a photo is not the culmination of your app's
115 <p>The Android Camera application encodes the photo in the return {@link android.content.Intent}
138 <p>The Android Camera application saves a full-size photo if you give it a file to
140 save the photo.</p>
184 a unique file name for a new photo using a date-time stamp:</p>
208 <p>With this method available to create a file for the photo, you can now
218 // Create the File where the photo should go
239 <p>When you create a photo through an intent, you should know where your image is located, because
241 your photo accessible is to make it accessible from the system's Media Provider.</p>
243 <p class="note"><strong>Note:</strong> If you saved your photo to the directory provided by
248 photo to the Media Provider's database, making it available in the Android Gallery application