PDA

View Full Version : How to enable 3.0 compatibility in apps


kohjingyu
06-11-2009, 06:21 AM
Hey guys, I was wondering how do you make your apps compatible with 3.0? Do you add some code or what? And what does new APIs mean? Is there any change in the programming language?

jaguard
06-11-2009, 02:21 PM
You install SDK 3.0 and check if it works.

kohjingyu
06-12-2009, 12:51 AM
You install SDK 3.0 and check if it works.

If it doesn't work how do I make it work?

rdklein
06-12-2009, 01:13 AM
check in debug modus where it crashes.
I haad this twice with my apps,
one was a problem in the multithreading and the latest problem
I had was with tables, where during the edit mode a program crashes when refreshng the table data whichworked in 2.2.1 so I had to change the code till it works.