Feasibility of an interactive movie app [closed] - performance

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm researching different platforms for an interactive movie app I'm going to be developing and I'd like to know if this is possible and feasible, in that users would actually get acceptable performance, reliability and so on.
The movies are going to be well under 30 minutes, live-action and won't need to be very high def, but will require a framerate suitable for live-action. I'm intending on porting(?) this to various mobile apps. (although I've yet to learn what the difference is between an fb app and an fb app for the various mobile devices)
In case it needs said, I'm an experienced developer, but I've not done any fb apps.

I'm not sure if this is the most suitable place to ask this but anyway...
Have a look at This Exquisite Forest, it might provide some tips. I think HTML5 is quite promising for such project.

Related

Is it hard to make a online app, in the cloud, communicate with a cheap usb finger print scanner? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
So, i came with a start up idea, but in order to make it happen, i need to make a web app communicate with any finger print usb scanner - those that you can buy anywere. It must take the scanned finger print and save it in the cloud data base.
It would be difficult,code wise?
I want to code it in Ruby on Rails
As RoR is server-side you would want to use some client-side language to interact with a clients usb, such as JavaScript. I know Chrome offer a feature to do this but am unsure if it will be available across multiple browsers.
http://developer.chrome.com/apps/app_hardware.html

How can I switch language in google play? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm doing some statistical analysis about Google Play, comparing different languages. Every time I visit the site (http://play.google.com/store), it always opens in my language. I want to change the language displayed on the page, and also change the apps shown to a different country's market.
Any ideas on how to accomplish this?
Answer below the dotted line below is the original that's now outdated.
Here is the latest information ( Thank you #deadfish ):
add &hl=<language> like &hl=pl or &hl=en
example:
https://play.google.com/store/apps/details?id=com.example.xxx&hl=en or https://play.google.com/store/apps/details?id=com.example.xxx&hl=pl
All available languages and abbreviations can be looked up here:
https://support.google.com/googleplay/android-developer/table/4419860?hl=en
......................................................................
To change the actual local market:
Basically the market is determined automatically based on your IP. You can change some local country settings from your Gmail account settings but still IP of the country you're browsing from is more important. To go around it you'd have to Proxy-cheat. Check out some ways/sites:
http://www.affilorama.com/forum/market-research/how-to-change-country-search-settings-in-google-t4160.html
To do it from an Android phone you'd need to find an app. I don't have my Droid anymore but give this a try:
http://forum.xda-developers.com/showthread.php?t=694720

User Interface Language for Browsers/Desktops/Android [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm looking for a user interface language to create an application that can be easily ported to run as a cross-browser web application, desktop application, and Android application. Is there anything like that?
I think you're going to have a very hard time writing the same UIs for mobile and desktop; your best shot is probably a combination of Titanium Desktop and Mobile.
Personally, I would go for Flash. Really and too easy to port cross-browser and OSes and be supported by a vast majority of Android devices, especially tablets.
If you don't plan to port it to iOS (iPhone, iPad), you should be fine with Flash.
Maybe there will be different opinions out there....

Posting a picture from a Facebook app [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am writing a little Facebook application and I would like to publish a picture and a link when the user selects a certain option. Its been hard to find good resources about specific API calls like this (most of the books I've find were from 2008 and seem outdated). Can anyone explain how I might do this (I would I assume I would do this with a php call). Also, if anyone knows any good literature or resources on this topic that are not out of date that would be very helpful.
Your answer is here: http://developers.facebook.com/docs/reference/api/post/
They give you a CURL example, and if you're familiar with PHP's curl api you can trivially replicate it.

Creating games for wp7 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
i'm new to wp7 and want to develop 3d games. please help...
I'd suggest starting here: http://create.msdn.com/en-US/
That at least will get you the tools you need for this platform.
You will also want to familiarize yourself with both C# and Xaml languages.
Edit: Almost forgot. XNA is probably going to be your friend too if you are headed for game development. I rather like it as a framework since its fairly easy to port stuff back and forth from pc to xbox. Never used it with wp7 but....good luck :)
On this website you can find all what you need.

Resources