Harsha Bhat
Harsha Bhat

Reputation: 738

How do I build the source code for controls from Windows Phone toolkit to use with my Windows Phone 8.1 app?

The source code for different toolkit controls are available from: http://phone.codeplex.com/SourceControl/latest

How do I build the same to use it with my Windows Phone 8.1 app (runtime) ?

Upvotes: 0

Views: 98

Answers (2)

Niwin Santhosh
Niwin Santhosh

Reputation: 76

You could go for other controls like Telerik or Syncfusion while you wait for WP Toolkit for 8.1 OS. Telerik has really cool controls.

Upvotes: 0

Romasz
Romasz

Reputation: 29792

Windows Phone Toolkit for WP8.0 and WP7.0 was build for Silverlight and it has slightly different Controls/Namespaces (more) comparing to Window Runtime.

So in case you want to rebuild Controls for windows runtime, it won't be so simple - you will have to do it manually for the whole code.

For more information about developing for Silverlight and Runtime take a loook here at MSDN.

Upvotes: 1

Related Questions