That example has a flaw -- it hard-wires in /sdcard as the location of external storage. Use File.getExternalStorageDirectory() for that instead, or some other spot.
Here is another sample project: https://github.com/commonsguy/cw-advandroid/tree/master/Camera/Picture This one is more complex, because it uses a front-facing camera on Android 2.3+, but otherwise it does the same basic things as the example you cited. On Fri, Feb 11, 2011 at 4:01 AM, Jayanthi <jaia...@gmail.com> wrote: > Hi dude, > I am developing an application using camera preview I have > done with the help of below URL > > "http://marakana.com/forums/android/examples/39.html" but the image is > not storing in sd card can anyone help please > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en