02-11-2012 11:59 PM
Is it possible to load appliction icon by loading the image file on the phone instead of from application resource that is compiled in the cod file?
02-12-2012 06:03 AM
Hi,
Read the image file from the phone and create a bitmap out of it finally provide the bitmap to the method below:
HomeScreen.updateIcon(yourBitmapImage);
Regards,
S.A.Norton Stanley