Windows Phone 8 navigation -


I just started developing wp8 apps coming from Android. What is the equal UI control for the app drawer (Android), which can be changed from page to page fast? I'm looking for the control used to convert from one page to another page in OneNote

Edit: I found out that the Windows Phone 8.1 offers freeads to look like an app drawer can be made. <> The equivalent of the Android app drawer is probably the Windows Phone app, but the window is not used for app navigation in the phone - / div>

In the window phone, navigation is mainly done through its own interface, with heavy use of back button to go to the previous page. The main code you use in Windows Phone is Navigation Service

I do not think OneNote uses standard UI components, so you probably have to make your own < / p>

There are several solid resources in it that should help start here:



Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -