Hi
We are having form (not canvas) based application, so that same jar file will run across the device (binary portability).
when application start/stop, we want to display some logo/image, here are basic query...
1. only start/stop screen/logo/image should i put canvas based ? (binary portability is must for me, so i can not create multiple jar for multiple device) or should i use form based image/logo ?
2.Sample code for canvas ?
3.what should be file size/file type/coloring/pixel size etc should be of logo/image if it is form based (or any sample code/pointer to
display image across device consistently ?)
4.what should be file size/file type/coloring/pixel size etc should be of logo/image if it is canvas based (or any sample code/pointer to display image across device consistently ?)
5. any other good practice related to this.
Raxit Sheth
Mobile 4 Mumbai
raxit(at)m4mum.com

Reply With Quote

