I have developed j2me app using low level graphics of canvas , but transition from one screen to another i can see screen flickers
while i am not having this issue in emulators , i have it only on real devices
please advice
I have developed j2me app using low level graphics of canvas , but transition from one screen to another i can see screen flickers
while i am not having this issue in emulators , i have it only on real devices
please advice
Regards,
Mohamed Shaheen
http://m-shaheen.blogspot.com
Please refer to my article on Wiki - http://www.developer.nokia.com/Commu...d_applications
This design pattern will help you remove the flickers - as it allows you to use only single Canvas - and repaints to create all your app screens.