i am working one application image uploading to sdcard i am scaling that sdcard saved into database some times one error is occurs bitmap size exceeds vm budget
You have a memory leak. You need to investigate to find it. This could be unreleased Bitmap or Cursor ...
Inspect the heap to see what kind of objects you have.
narasimha , I suppose may be this post will help you
android-strange-out-of-memory-issue
or this java-lang-outofmemoryerror-bitmap-size-exceeds-vm-budget-android
or may be this android-java-lang-outofmemoryerror
& there are more questions already there