Skip to content

gbonnin/FSWP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSWP

FSWP is a delightful Windows Phone Toolkit.

The goal of this toolkit is to provide a set of useful methods in order to make easier the implementation of some tasks and reduce the code needed.

The toolkit contains different classes such as abstractions, managers or helpers divided in 4 namespaces:

  • Application - A set of classes to manage various elements of the application (culture, settings...)
  • Bindings - A set of classes and converters to make binding (especially for List in the current version)
  • Net - A set of classes to abstract network connections such as web requests or sockets
  • Utils - A set of independent classes that will help you for various tasks

Note: FSWP Toolkit 1.0.2 is compatible with Windows Phone 7.1 and above.

It requires Microsoft Visual Studio or VS Express for WP.

Installation

To install FSWP you have just to clone the library and reference the dll in your project. After cloning the sources, you can also compile yourself the library in Visual Studio.

Usage

Sample classes coming soon to show you how to use the toolkit.

Feedback

  • If you found a bug, open an issue
  • If you have a feature request, open an issue
  • If you want to contribute, submit a pull request

Contact

Licence

FSWP is published under the Apache license, version 2.0. See the LICENSE file for details.