What is the correct UI interface to learn for creating Windows phone 8 apps?
I am a veteran Delphi 6 programmer transitioning to C# development. My first project is a open source library that will have a minimal user interface since it is meant to be used as a Component primarily on desktop PCs running Visual Studio. My next project is going to be a Windows 8 phone app and I intend for that platform to be my primary focus for future C# development, not the desktop.
Will an app made for windows store support WindowsRT, windows8 and windows 8 mobile? [closed]
Closed 11 years ago.
Windows Phone 8 development on Windows 7 – is it or will be possible? [closed]
Closed 9 years ago.
Are all View Models supposed to be accessed through the Main View Model in MVVM?
I am currently working on a WP8 application. My current design is to have each view bind against a specific view model directly.
Capturing mobile device system (output) audio [closed]
Closed 8 years ago.
Is abusing Application.UnhandledException for login redirection okay?
I’m programming a windows phone 7 app which needs authentication for news-like read access.
I use Application.UnhandledException to handle (my) AuthFailedException
, which can be thrown from any page, and navigate to a login page.
Is abusing Application.UnhandledException for login redirection okay?
I’m programming a windows phone 7 app which needs authentication for news-like read access.
I use Application.UnhandledException to handle (my) AuthFailedException
, which can be thrown from any page, and navigate to a login page.
Is abusing Application.UnhandledException for login redirection okay?
I’m programming a windows phone 7 app which needs authentication for news-like read access.
I use Application.UnhandledException to handle (my) AuthFailedException
, which can be thrown from any page, and navigate to a login page.
Is abusing Application.UnhandledException for login redirection okay?
I’m programming a windows phone 7 app which needs authentication for news-like read access.
I use Application.UnhandledException to handle (my) AuthFailedException
, which can be thrown from any page, and navigate to a login page.
Generally speaking can a Javascript-based application (iUI) be deployed without a webserver?
Suppose I have a Javascript based application written in iUI or Kendo UI. Can it be packaged in such a way they can run locally without a webserver?