10 Quick Real-World WPDev Performance Tuning Tips - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Sunday, April 22, 2012

10 Quick Real-World WPDev Performance Tuning Tips

This should be common knowledge .. Windows Phone handles JPGs much quicker than PNGs. So, unless we need transparency, let's stay away from unnecessary PNGs. Next comes the Resource vs Content dilemma. Resources adds bulk to DLL and Content adds files to the XAP. Larger DLL will add to App startup time; but render images quicker than first-time file access for Contents.

Read More from: Original Source

No comments:

Post a Comment