What is Metro, is it going to replace .NET completely? [closed] - microsoft-metro

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.
Heard that Microsoft is planning to release Metro (http://connect.microsoft.com/metro), calling next generation technologies and some of them said its going to replace .NET, is it true?
How Metro is important for a .NET developer?

Metro style is a new type of ux. It will not be replaced and in fact the new windows 8 has two modes. It all depends on the goal of your application. Take a look at this blog it explains it pretty well.
http://blogs.telerik.com/blogs/posts/11-09-15/i-know-what-you-re-thinking-and-you-re-wrong.aspx
Let me know if you have any other questions.

Metro is the new GUI, started with Windows Phone 7, prior to that similar interface used in MS Zune player.

Related

How to make a "sidebar menu" with rubymotion? [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.
What libraries are available to allow for sidebar menu functionality in RubyMotion?
Something very similar to this app design, I was wondering if it was possible using RubyMotion.
I would try some of the answers detailed here:
What's the best way to develop a sideswipe menu like the one in Facebook's new iOS app?
Some of the suggested ones:
https://github.com/Inferis/ViewDeck
http://www.cocoacontrols.com/platforms/ios/controls/jtrevealsidebar
https://github.com/mikefrederick/MFSideMenu
Some of these may be CocoaPods and I would recommend using those versions. Just run pod search X (with X being the name of the library) to find out.

Oracle Forms With iOS [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 searched alot for oracle forms for iOS devices but i did'nt find a way to do that. Is there any to use oracle forms in iPhone or iPad ?
I read somewhere on a website that oracle forms need JRE as iOS devices didn't have JRE so it is not possible. But there are few applications using oracle forms so there must be a way.
There is a company called OraPlayer that promise to run forms from any mobile device.

How to make my iOS application to dynamic [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 iPhone development,currently i have to develop my application as dynamic one,Where i have to change the Theme ,App icon,color scheme of application.
with out touching my source code & build file is it possible to do this.
My team lead says it was there in .Net & Java side.like that there in iOS development.
If possible please some one help me solving this issue.
Thanks in advance.
This is posible, but you can't change the appicon and loading screen.
The rest of the theming you will have to code your self.

Has anyone used phonegap framework and how would they rate it? [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.
Since I have found nearly nothing about phonegap development on stackoverflow as of yet, I thought I would ask the community what they think about this framework. Is it easy to use? Do the benefits of using a crossplatform framework outweigh the restriction of javascript/html/css only development. My company wants to develop a simple merchant type application, but they are worried about reinventing the wheel by first developing an iPhone app and then also developing an android version. What do you guys think?

From my app, iphone call start immediately without asking confirmation [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.
is that new in 3.1?
Yes, in 3.1, the behavior of the tel: call changed back to the way it was in 2.x. AFAIK, 3.0 is the only version that asks the user for confirmation.
Just tried it in an another app and it placed the call without asking me first. Guess you could file a bug report if Apple if you don't think it should behave this way (personally I'm OK with it).