Wednesday, June 30, 2010

[Windows] Phone 7 Action Pack (wp7ap) – Tools to make WinPhone7 Dev even easier

CodePlex - Phone 7 Action Pack (Windows Phone 7)

“Project Description
Phone7ActionPack #wp7ap is a set of tools aimed at making developing for Windows Phone 7 as easy as possible. It will include some useful Extension Methods, Behaviors, Actions, Triggers and several controls.

If you talk about this on twitter could you kindly tag it with #wp7ap and you can follow me on twitter @phpn00b where I will tweet any an all news.
I will be posting more samples here http://www.anythingtheycando.com/blog/index.php/category/wp7ap/

First release is up and I will be aiming to do a major release every 2 weeks. Till I get some real meat on the action packs bones.
The action packs goals are simple to bring in to expression blend for design time usage as many as possible of the underlying elements of the framework.

It should be noted that any class not marked as stable or working is still in development and not expected to work

Currently Implemented (at some level)

  • OrientationChangedGoToStateBehavior - Forces visual state changes based on changes to the phone orientation
  • PhoneFileDataSource - Control that will read/write/list files in the applications Isolated Storage
  • MakeCallAction - Action that can be attached to any FrameworkElement that will make the phone call a number based on bound properties
  • CallMethodAction - This is just a simple port from Silverlight of the same basic action that calls a method on a target element
  • ChoosePhoneNumberAction - Simple Action that will bring up the phones contact list and allow the user to pick a phone number
Goals
  • PhonePositionControl - expose as dependency properties all useful information about the position of the phone
  • TakePictureBehavior - simple behavior that takes a picture based on an event on the attached object
  • AccelerometerControl - expose as dependency properties all useful information about the accelerometer on the phone so that visual elements can be bound to them.

…”

There’s a few things here that caught my eye, but more importantly was that the source for all this is available. We’re all going to need help ramping up on WinPhone7 dev and a rising tide raises all boats, yada, yada.

(via The Road to Know Where - Codeplex Releases "Windows Phone 7 Action Pack" for Developers)

1 comment:

phpn00b said...

Thanks for helping to promote the Phone7ActionPack. I look forward to continuing to contribute to the community!