java me - Images in J2me Lwuit -
i have developed lwuit app. have 2 types of images dispayed in app. 1 coming server side need displayed (like photo posted , saved server side) , 1 packaged in jar , displayed icons (like music icon, loading animation gif etc). need display images according sreen size , resolution. first kind displayed taking screen display height , width , use scale method , show scaled version of image. have no idea how show second kind. i.e. icons. example, loading image looks in of phones phones samsung, looks blurred , over-sized. how this. basic idea keep 3 types of images of icons icon_width_lowxheight_low.png, icon_width_mediumxheight_medium.png , image_width_highxheight_high.png , show based on screen size. please let me know bets way achieve this? thanks, parvathy
you should use multiimages added in lwuit 1.5. don't have link in lwuit our work in codename 1 pretty close check out how i? on multi images (and suggest migration codename 1 regardless).
Comments
Post a Comment