Windows 8 Application Development for Phone,Desktop and Tablets -


i start development of windows 8 app. app supposes run in phone, tablet , desktop. went through lot of docs in msdn sites , understood them.

  1. there no way create 1 project supports both phone , (tablet,desktop).
  2. user can create portable class library project , put reusable code , add reference actual projects.
  3. create 1 project windows phone , 1 project window store app(create using dev account)

please correct me if wrong , let me know if there other way of doing it. understand window store app work both tablet , desktop whereas windows phone app works in phones , not in tablet.is right?

windows tablet comes in 2 flavours, windows pro , windows rt.

will desktop store app work on both tablets ?

is there different development environment different category of tablets?


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -