On May 7, 10:21 am, pawan nimje <[email protected]> wrote: > hey pskink u got me wrong ... i did not use BitmapFactory,getHeight ... i > jus wanted to let know that i have used all the > [bitmap,bitmapfactory,getHeight,getWidth etc] > > and it gave nullpointer exception > > so plz suggest some other method > >
Bitmap b = BitmapFactory.decode[Whatever](...) b.getWidth() b.getHeight() pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

