Questions tagged [agfx]
4 questions
2
votes
1 answer
Agfx and caliburn.micro example
I am currently using caliburn.micro in my WP7 project and I am quite happy with it. My application is very data-heavy, so I took a look at Agfx (http://agfx.codeplex.com), seems it can save me a lot of time on data requesting and caching.
But the…

Peng Wang
- 227
- 3
- 13
1
vote
1 answer
WP7 RootFrame with two different Objects
I'm using the AGFX framework in my WP7 app. To use it I need to set the following in my App.xaml.cs
RootFrame = new PhoneApplicationFrameEx();
Now I want to add the page transitions from Silverlight Toolkit for WP7. To make them work also I need to…

blackjid
- 1,571
- 16
- 23
0
votes
1 answer
Working with Hammock and AgFx for Windows phone 7 app
Sorry if the question I am asking makes nonsense as I am really new to this. :(
I have a project which is already using Hammock for oAuth (version 1.0) authentication. And then I saw Shawn Burke's awesome data caching framework AgFx and I really…

Justin XL
- 38,763
- 7
- 88
- 133
0
votes
1 answer
Using MVVM Light and AgFx together in a Windows Phone app
So I'm just starting on Windows Phone app development and I don't have any experience working with Silverlight or WPF (in fact any XAML based platform) before. Naturally I started with doing a lot of research and learning before I jump in and I must…

Uzair Sajid
- 2,135
- 2
- 21
- 28