dusm
dusm

Reputation: 1257

Running facebook application on smartphone

i have a general question : i'd like to develop a facebook application using wpf(the aim is running a game-like application on facebook). does wpf application works on smartphone ? i want to know how can i make this application to run on smartphones when a user login to facebook via smartphone. i don't want to develop android / iphone / ... application that connects with facebook. i have looked it up, but couldn't find anything that helps me in that area.

Upvotes: 0

Views: 216

Answers (1)

jimmyjambles
jimmyjambles

Reputation: 1670

No, WPF is only for Windows based desktop applications, the .NET platform which supports smart phones is Windows Phone 7 (WP7), but that only works for windows smartphones.

Objective C has quite a bit of animation options and is generally used for this type of thing.

Check out this article which outlines options for smartphone development.

Upvotes: 0

Related Questions