How can I change the bitmap check_box1 by another check_box2 on click the bitmap check_box1
btmp_on = EncodedImage
.getEncodedImageResource("btn_check_on.png");
btmp_off = EncodedImage
.getEncodedImageResource("btn_check_off.png");
Bitmap check_box1 = getScaledBitmapImage(btmp_off,30,40);
Bitmap check_box2 = getScaledBitmapImage(btmp_on,30,40);
see this below link:
For CustomListField
and for touch device add the same code in the fieldChanged to touchEvent
like: