Browsed by
Category: UWP

Disable Tilt Effect on ListView and GridView for Universal Apps

Disable Tilt Effect on ListView and GridView for Universal Apps

During the age of coding for Windows Phone 7 or 8, developers either relied on third parties or self created transition effect for making the controls have some effects, one of them is “Tilt” effect. When the time come to about a year ago, Microsoft introduce the Universal Apps development methods, significant changes were made for Windows Phone and Windows Store controls, not to mention it included a lot of features into it. ListView and GridView are now common controls…

Read More Read More

Version Number for Universal Apps

Version Number for Universal Apps

This is very important for developers to label their release of works with correct version number. This is not only for easy management, but it is also easy for troubleshooting. Since Universal Apps Development introduced last year (2014) during //build, version number is mandated for all the release for Windows Store and Windows Phone apps. When developers create the AppPackages for store submission, developers will have an options either let the Store automatically assign incremented version number based on your…

Read More Read More