I want to put a bitmap image at the center of the application's background(screen).
what is the exact code to be followed.
I want to use this code for symbian 3 mobiles like E7, c7 and s60 3rd edition mobile like E71 and E 63.
These are the sizes for Nokia E7
const TInt KMyIconMaxWidthL(650);
const TInt KMyIconMaxHeightL(280);
const TInt KMyIconYPadding(20);
const TInt KMyIconMaxWidthP(360);
const TInt KMyIconMaxHeightP(480);
These are the sizes for nokia E71
const TInt KMyIconMaxWidthL(320);
const TInt KMyIconMaxHeightL(240);



