I have two simple questions since I'm very new to Windows Phone programming:
1:
How do I cange the root frame
, or show a different Page
on startup, in a Windows Phone 8.1 Silverlight application? I have a LoginPage
and then I want to check if the user is logged in show MainPage
as root frame
and if the user is not logged in show the LoginPage
.
2:
Windows Phone Silverlight applications seems so different to me compared to the Windows Phone WinRT applications, or maybe I'm just not experienced enough. For example I can't put a placeholder/hint text in a textBox
in Silverlight but it's super easy in WinRT, why is it like that? Isn't that something very basic that many IDE's implements? Or have I missed something mayor when I'm developing a Silverlight application for Windows Phone?
I know that Windows Phone WinRT is used to create universal apps and Silverlight is used to create only mobile apps for Windows Phone, but why is developing a mobile app in Silverlight so much different (at least to me) compared to build a Windows Phone app i WinRT?