Search code examples
windows-phone-8windows-phonenavigation-drawerdrawerlayout

NavigationDrawer in windows phone 8


i want to implement Navigation Drawer in windows phone 8. i found a project called Drawer Layout that implements Navigation Drawer in windows phone but it is compatible with windows phone 8.1 not 8. is it possible to port this project to windows phone 8?


Solution

  • Kai Brummund inspired me. Here's a port of Drawer Layout for Windows Phone 8 -> https://github.com/jgannaway/windows-phone-navigation-drawer.

    Note, I haven't tested this rigorously, just made sure it compiled and ran on an actual device.