On May 7, 9:42 am, pawan nimje <[email protected]> wrote:
> Hi i have a image in drawable folder and i need to get dimensions of that 
> image.
>
> i tried BitmapFactory,getHeight etc but it is retunning me null
>
> plz help
>
> --

BitmapFactory,getHeight() cannot return null since there is no such
method

there is a method Bitmap,getHeight() but it cannot either return null
as it returns int

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

Reply via email to