Skip to content
Prajjwal edited this page Feb 10, 2016 · 4 revisions

BaseViewModel

  • RaisePropertyChangedBase() : Used to raise the property change in two properties: ThemeColor and UserName

  • UniversalSettingsRetriever() : Retrieves the settings from Roaming and Local Storage on the app startup.


HomePageViewModel

  • LocationAccessor() : Retrieves the location on app startup

  • ProfileSetter() : Retrieves profile pic of the user from the Roaming Storage on app startup

  • EllipseTapped() : Binded to the tapped event of the profile pic at HomePage. Overwrites the profile picture of the user.

  • SpineInitializer() : Initializes the CallingInfoASync() method of SpineClass. This retrieves the information of the phone lines available on the phone.

  • ThemeInitializer() : Retrieves the set theme from Roaming and Local Storage.

Clone this wiki locally